RE: How to enable passwordless ssh between Diyotta Manager’s user and NodeManager’s User.
How to enable passwordless ssh between Diyotta Manager’s user and NodeManager’s User.
Below are the steps to enabled PasswordLess SSH.
- Login as Diyotta Manager
- Generate RSA keys using ssh-keygen command
#ssh-keygen -t rsa
< – – – – generate without passphrase – – – – >
- Copy keys to Nodemanager’s user
# ssh-copy-id nmuser@host
< – – – – it will ask for the password of nmuser – – – – >
- Verify Passwordless SSH
# ssh nmuser@host