Passwordless SSH'ing (Remote Management) w/ Nodegrid
- On the Nodegrid, under the "root" user's ( ~/.ssh directory ), create a file called "authorized_keys" and change the permissions.
- # touch ~/.ssh/authorized_keys
- # chmod 600 ~/.ssh/authorized_keys
- On the remote server, create an ssh key for the user account that you want to use with passwordless login.
- # ssh-keygen -t rsa -b 2048 -f ~/.ssh/id_rsa -q -P ""
- # ssh-copy-id -i ~/.ssh/id_rsa.pub root@<nodegrid's IP address>
Related Articles
How to: Enable Remote Access
Remote access is one of the multiple ZPE Cloud features. It allows you to access your Nodegrid device and target devices from anywhere in the world, as long as you have an internet connection.. Here's how to enable Remote Access on your Nodegrid ...
How to: Enable ZPE Cloud Remote Access...Remotely
You just got your ZPE Nodegrid up and running and it is connected and enrolled in your ZPE Cloud. But you can't access it remotely because the remote access buttons are grayed out. It is online, but no access available. The way to get remote access ...
How to Telnet and SSH to the Nodegrid Serial Ports
Note: by default, Telnet access is turned off with your Nodegrid Serial Console. Authorized users can use Telnet or SSH to connect directly to the console of a managed device if all of the following are true: Telnet / SSH protocol is enabled under ...
How to Configure Nodegrid Serial Ports
To configure the serial ports of your Nodegrid Serial Console, follow the guideline steps below. WebUI Log in as admin to the Nodegrid Serial Console Web interface. Go to Managed Devices page. Select the serial ports you want to configure, or check ...
Nodegrid Manager Installation in ESXi 5
Nodegrid Manager software is installed from an ISO file. The installation procedure is a three-stage process: Creating a virtual machine; Booting from the ISO file in order to install the software; Restarting and booting from the newly created ...