安全加固 ubuntudebiancentos intermediate

拷贝 SSH 公钥到服务器

将本机 SSH 公钥安装到远程服务器

概述

将本机 SSH 公钥安装到远程服务器

命令

ssh-copy-id -i ~/.ssh/id_ed25519.pub {user}@{host}

相关