SFTP无法连接,报"Connection closed by server with exitco

简介:

命令: Pass: ****
状态: Connected to 67.159.5.122
错误: Connection closed by server with exitcode 127
错误: 无法连接到服务器

1、使用sshd 连接,sftp上传文件出现 failed to open a secure file transfer session错误提示
(出现这种情况 估计连接服务器都会成问题 试一下用putty 连接一下服务器 ,如能连接上 操作起来 还是比较快的)

vi /etc/ssh/sshd_config    #shift+G跳转到文件尾
Subsystem sftp /usr/libexec/sftp-server  

#发现这里的路径不对/usr/libexec/目
录下没有sftp-server文件,将其修改为正确的sftp-server路径 Subsystem sftp /usr/libexec/openssh/sftp-server
(如果 /etc/ssh/sshd_config 这个文件不可写的话,可以在 执行 cp/usr/libexec/openssh/sftp-server/usr/libexec/sftp-server
不需要重启服务 就可以登录了

2、重启sshd服务/etc/init.d/sshd restart
[root@linux-5 ~]# /etc/init.d/sshd restart Stopping sshd: [ OK ] Starting sshd: [ OK ]

3、从新使用sshd连接,在使用sftp上传文件,OK问题解决了!

本文转自奔跑在路上博客51CTO博客,原文链接http://blog.51cto.com/qiangsh/2061725如需转载请自行联系原作者

qianghong000


相关文章
|
7月前
|
关系型数据库 MySQL 数据库
用navicat连接数据库报错:1130-host ... is not allowed to connect to this MySql server如何处理
用navicat连接数据库报错:1130-host ... is not allowed to connect to this MySql server如何处理
113 0
|
5月前
|
关系型数据库 MySQL 数据安全/隐私保护
Navicat连接mysql8报错解决:1251- Client does not support authentication protocol requested by server
Navicat连接mysql8报错解决:1251- Client does not support authentication protocol requested by server
1025 0
|
7月前
|
分布式计算 Hadoop 网络安全
[m1pro ] ssh: connect to host localhost port 22: Connection refused
[m1pro ] ssh: connect to host localhost port 22: Connection refused
|
7月前
|
关系型数据库 MySQL 数据库
navicat本地连接mysql出现1251--Client does not support authentication protocol requested by server的解决方法
navicat本地连接mysql出现1251--Client does not support authentication protocol requested by server的解决方法
566 0
|
网络协议 Linux 网络安全
使用frp时遇到的问题connect: connection refuseddial tcp xxxx:7000: connect: connection refused
最近在做的项目需要用到frp来做代理连接本地内网机,卡在最后启动客户端的时候,提示报错:login to server failed: dial tcp xxxx:7000: connect: connection refuseddial tcp xxxx:7000: connect: connection refused!!找了很多尝试的办法,现在给大家列一下希望对大家有帮助。
3520 0
|
应用服务中间件 网络安全
xshell 连接报错 Disconnected from remote host
xshell 连接报错 Disconnected from remote host
496 0
|
分布式计算 安全 Hadoop
DataNode连接错误Retrying connect to server
在Hadoop分布式模式部署完成后,通过start-dfs.sh启动NameNode、DataNode、SecondaryNameNode,在master节点通过jps命令查看,看到NameNode、SecondaryNameNode已启动,在slave节点通过jps命令查看,DataNode也已经启动。(此时颇为欣喜,首次完全分布式部署即成功,但是。。。)
1052 0
|
关系型数据库 MySQL 数据安全/隐私保护
Client does not support authentication protocol requested by server 解决Navicat连接不上MySql服务器报错
Client does not support authentication protocol requested by server 解决Navicat连接不上MySql服务器报错
625 0
Client does not support authentication protocol requested by server 解决Navicat连接不上MySql服务器报错
|
Linux 网络安全
解决putty连接报 connection refused
解决putty连接报 connection refused