ssh-keygen -t ecdsa 创建密钥Linux ssh-copy-id root@192.168.1.171 拷贝公钥到远程主机 ssh-keygen -t rsa -b 4096 创建密钥Windows