`
threeman
  • 浏览: 10622 次
  • 性别: Icon_minigender_1
  • 来自: 成都
文章分类
社区版块
存档分类
最新评论

Automatic logon configuration on Linux OS

 
阅读更多

Automatic logon configurationon Linux OS


1. Regarding to DSA:
a) ssh-keygen -t dsa
b) cat ~/.ssh/id_dsa.pub | ssh <username>@<remote-host> "cat - >> ~/.ssh/authorized_keys"


2. Regarding to RSA:
a) ssh-keygen -t rsa
b) ssh-copy-id <username>@<remote-host>


3. Switching different node
NODE=<node-name>; ssh -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ConnectTimeout=10 ${NODE}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics