首页 > 其他 > 详细

sftp 故障一例

时间:2018-07-24 17:28:25      阅读:173      评论:0      收藏:0      [点我收藏+]
错误:

# sftp stuart@10.10.29.23
Write failed: Broken pipe
Couldn't read packet: Connection reset by peer

解决方法:

# su - stuart
su: cannot set user id: Resource temporarily unavailable (实际是这个错误)
# vim /etc/security/limits.d/90-nproc.conf
# Default limit for number of user's processes to prevent
# accidental fork bombs.
# See rhbz #432903 for reasoning.
*          soft    nproc     65535
root       soft    nproc     unlimited
# logout
sftp stuart@10.10.29.23
Connecting to 10.10.29.23...
stuart@10.10.29.23's password: 
sftp>


sftp 故障一例

原文:http://blog.51cto.com/stuart/2149573

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!