Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

[troubleshooting] what if SFTP cannot connect to the server?

2025-03-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Today, when I transferred a file on a springboard machine, I found that when I used SFTP to connect, there was such a rejection:

Log in to the jump machine, use # tail / var/log/secure, and see the specific information of rejection, as follows:

At this point, I need # locate sftp-server to locate the sftp file with locate, only to find that the server answered me "- bash: locate: command not found".

So # yum-y install mlocate, execute updatedb after installing mlocate, wait a while, and then execute # locate sftp-server again to get the file path of sftp-server, as shown below:

Open the configuration file for sshd, # vi / etc/ssh/sshd_config, and remove the # in front of the Subsystem line:

Then restart and start the ssh service with the statement # / etc/init.d/sshd reload, reconnect and find that it is back to normal.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report