📌  相关文章
📜  ssh 复制 id 到远程服务器 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:01.258000             🧑  作者: Mango

代码示例2
1. ssh-keygen (press enter / do not enter any passwords)

2. ssh-keyscan hpc.university.edu > known_hosts (press enter)

3. ssh-copy-id yourname@hpc.university.edu ( press Enter) #you might need some password to go through university VPN in this case , you can enter them )