AD
Steps to Secure Nodegrid
The attached document describes the recommended security settings for your Nodegrid before connecting it to the network.
How to configure Single Sign-On authentication in Nodegrid using Duo.
This document will guide the configuration required in Nodegrid, Duo Admin Panel, and Duo Access Gateway. Duo Access Gateway Setup 1. Install Duo Access Gateway on a server in your DMZ. Follow the instructions for deploying the server, configuring ...
Single Sign-On (SSO)
What is Single Sign-on? Single Sign-on (SSO) enables users to authenticate with multiple applications using only one set of credentials. After the first authentication, users are then signed in to other applications automatically. With SSO, users ...
How to Configure Okta in Nodegrid
How to configure Single Sign-On authentication in Nodegrid using Okta This document will guide the configuration required in Nodegrid, and Okta. Nodegrid currently supports SP-Initiated SSO, and IdP-Initiated SSO. Create the Nodegrid Application ...
Apply HTTPS certificate in Nodegrid
Follow the steps from this article to generate a certificate signed request. Then log in as admin to Nodegrid WebUI, and go to System :: Toolkit :: System Certificate. Upload the certificate file in .pem or .crt extension by selecting Local Computer ...
Install a X.509 Certificate from a Certificate Signing Request
Generate a Certificate Signing Request Log in Nodegrid as root: ssh root@<Nodegrid_IP> Change directory to /etc/CA: cd /etc/CA Create a RSA key: openssl genrsa -out key.pem.new 2048 Create a Certificate Signing Request: openssl req -new -sha256 -key ...
Setting up Remote Authentication methods in NodeGrid
Note: this configuration applies only to software version 3.2.x and later. With NodeGrid Software version 3.2.x, it is now possible to have multiple authentication methods. Use Case In some networks, there may have more than one authentication ...
User Group Permissions
Nodegrid allows you to create users and groups, and set the appropriate permissions for them. For example, user John belongs to group system-test, and the this group will be able to configure Nodegrid, track system information, and terminate session. ...
Message: Error Reading SSH Protocol Banner
Nodegrid allows 10 ssh connections enqueued during protocol negotiation phase. So if you launch more than 10 ssh sessions in parallel, there is a chance that some will be denied. This is a regular approach taken by ssh daemon to prevent denial of ...