在本地主机终端执行命令
ssh-keygen -t rsa -b 2048
>>/Users/zongren/.ssh/root100
>>no password
复制证书
ssh-copy-id -i /Users/zongren/.ssh/root100 root@192.168.1.100
登录
ssh -i /Users/zongren/.ssh/root100 root@192.168.1.100
使用证书密钥实现ssh免密登录本文访问次数:0
在本地主机终端执行命令
ssh-keygen -t rsa -b 2048
>>/Users/zongren/.ssh/root100
>>no password
复制证书
ssh-copy-id -i /Users/zongren/.ssh/root100 root@192.168.1.100
登录
ssh -i /Users/zongren/.ssh/root100 root@192.168.1.100
需要输入验证码才能留言