ssh-copy-id
I learned that using ssh-copy-id
will allow passwordless ssh
.
- sh
1 |
|
This will install authorized key in to server allowing next login without requiring password.
- sh
1 |
|