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

Failed to start OpenBSD Secure Shell server

时间:2020-07-15 23:54:56      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:mic   src   bsd   ash   sdn   fail   loading   mis   dir   

技术图片

 

 

 

root@ubuntu:/data1/root/ryu/SDN-IP-Ryu# sshd -T
Missing privilege separation directory: /run/sshd

 

Missing privilege separation directory: /run/sshd
root@ubuntu:/data1/root/ryu/SDN-IP-Ryu# mkdir -p /run/sshd
root@ubuntu:/data1/root/ryu/SDN-IP-Ryu# sshd -T
port 22
addressfamily any
listenaddress [::]:22
listenaddress 0.0.0.0:22

 

root@ubuntu:/data1/root/ryu/SDN-IP-Ryu# mkdir /run/sshd
root@ubuntu:/data1/root/ryu/SDN-IP-Ryu# /usr/bin/sshd
bash: /usr/bin/sshd: No such file or directory
root@ubuntu:/data1/root/ryu/SDN-IP-Ryu# /usr/sbin/sshd 
root@ubuntu:/data1/root/ryu/SDN-IP-Ryu# 

 

Failed to start OpenBSD Secure Shell server

标签:mic   src   bsd   ash   sdn   fail   loading   mis   dir   

原文地址:https://www.cnblogs.com/dream397/p/13307585.html

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