debian系统会进行自动休眠,在运行段时间后,无法进行ssh远程登陆。
解决方案: 关闭相应的服务即可解决问题
查看状态 systemctl status sleep.target
关闭休眠 systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
再查看状态 systemctl status sleep.target
debian系统会进行自动休眠,在运行段时间后,无法进行ssh远程登陆。
解决方案: 关闭相应的服务即可解决问题
查看状态 systemctl status sleep.target
关闭休眠 systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
再查看状态 systemctl status sleep.target
评论列表