Linux操作系统——kill掉sshd后远程登录软件xshell连接不上的解决方案

案例复现:

使用ps -ef | grep sshd 查看sshd的终端运行情况

[root@hadoop100 ~]# ps -ef | grep sshd
root       4316      1  0 20:54 ?        00:00:00 /usr/sbin/sshd -D
root       4323   4316  0 20:54 ?        00:00:00 sshd: root@pts/1
root       4377   4327  0 20:55 pts/1    00:00:00 grep --color=auto sshd

使用 killall sshd杀掉所有ssh进程
在这里插入图片描述
现在再去使用终端连接无论如何都连接不上。

解决方案

进入Linux操作系统
使用systemctl status sshd 查看sshd运行情况,已经被关闭了

[root@hadoop100 ~]# systemctl status sshd
● sshd.service - OpenSSH server daemon
   Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor preset: enabled)
   Active: inactive (dead) since 六 2022-12-03 20:45:55 CST; 8min ago
     Docs: man:sshd(8)
           man:sshd_config(5)
  Process: 791 ExecStart=/usr/sbin/sshd -D $OPTIONS (code=exited, status=0/SUCCESS)
 Main PID: 791 (code=exited, status=0/SUCCESS)

使用启动sshd

[root@hadoop100 ~]# systemctl start sshd

重写连接终端正常使用

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值