三步 ssh 免去密码 登录vps
first-step:
ssh-keygen --->password file-->enter passphrase-->enter passphrase again
second-step
ssh-copy-id -i ~/.ssh/id_rsa.pub root@ip_address
third-step
ssh root@ip_address
first-step:
ssh-keygen --->password file-->enter passphrase-->enter passphrase again
second-step
ssh-copy-id -i ~/.ssh/id_rsa.pub root@ip_address
third-step
ssh root@ip_address