码迷,mamicode.com
首页 > 系统相关 > 详细

Automatic logon configuration on Linux OS

时间:2014-07-26 02:37:06      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:style   color   os   strong   io   re   c   linux   

Automatic logon configuration on 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}

Automatic logon configuration on Linux OS,布布扣,bubuko.com

Automatic logon configuration on Linux OS

标签:style   color   os   strong   io   re   c   linux   

原文地址:http://blog.csdn.net/three_man/article/details/38119375

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!