摘要: ssh相关 复制本地ssh公钥到远程服务器 ssh-copy-id remote_username@server_ip_address ssh-copy-id -i ~/.ssh/id_dsa.pub remote_username@server_ip_address 主机间拷贝 scp -r ./ 阅读全文
posted @ 2021-01-07 13:50 上官凉皮 阅读(42) 评论(0) 推荐(0)