CS-FreeStyle / 10000-How-To-Do-in-CS

1 stars 0 forks source link

Passwordless SSH using public-private key pairs #111

Open liuty10 opened 4 years ago

liuty10 commented 4 years ago
  1. ssh-keygen
  2. ls -al ~/.ssh
  3. ssh-copy-id lty@10.100.233.197
  4. ssh lty@10.100.233.197 Everything should be OK.

https://www.redhat.com/sysadmin/passwordless-ssh