1 查看ssh服务是否开启
ps -e | grep ssh*
2如果没有则安装ssh
apt-get install openssh-server openssh-client
3再看服务就有ssh服务了
ps -e | grep sshd
4如果想要免密码登录就用指令
ssh-copy-id userb@10.124.84.20
标签:密码 apt-get 安装 nss blog pen openssh open gre
1 查看ssh服务是否开启
ps -e | grep ssh*
2如果没有则安装ssh
apt-get install openssh-server openssh-client
3再看服务就有ssh服务了
ps -e | grep sshd
4如果想要免密码登录就用指令
ssh-copy-id userb@10.124.84.20
标签:密码 apt-get 安装 nss blog pen openssh open gre
原文地址:http://www.cnblogs.com/daibigmonster/p/8030017.html