摘要:
测试A服务器 useradd test passwd test su test 在ssh目录里创建密钥 cd ~/.ssh/ ssh-keygen -t rsa -f test_rsa // -f 是给密钥起名字(yilin) 查看目录 authorized_keys yilin_rsa yilin 阅读全文
摘要:
前言 :先 cd /root/.ssh 执行ssh-copy-id 如果提示:command not found 就yum -y install opennssl-clients (必须先确定,如果升级ssh后执行Yum安装的openssl-clients系统会找/usr/bin的yum的ssh,会 阅读全文