1. 打开服务器的.ssh/authorized_keys
vim .ssh/authorized_keys
2. 将客户机的公钥复制到服务器的.ssh/authorized_keys文件内
3. 客户端测试链接
ssh test@192.168.1.100