ssh 免密码登录

newhappy98 / 2023-05-28 / 原文

ssh-keygen -t rsa
ssh-copy-id -i ~/.ssh/id_rsa.pub <username>@<ip/to/server>

# username
# ip