[1]确定linux系统正确安装了ssh # sudo ps -e | grep ssh ①注意使用root,使用$会报如下错误: [appadmin@webcsuat2 ~]$ sudo ps -e | grep ssh [sudo] password for appadmin: //此处输入appadmin 的登录密码 appadmin is not in the sudoers file. This incident will be reported. 正确安装的话,会如下所示: [
今天用SecureCRT远程连接Linux(Centos 7)时,连不上,报错The remote system refused the connection.于是就百度,首先查看sshd服务有没有启动 只有ssh-agent,于是去启动sshd执行如下命令cd /etc/init.dsystemctl restart sshd.service没有成功,报错Job for sshd.service failed because the control process exited with er