FTP server not found?
-
Everytime that we are trying to get in to FTP its not finding the server anyone know why
If there is a way to fix this please message back
-
The issue here was that the SFTP server re-uses the host keys. In this server, the host keys had a password and thus the SFTP server now starting up because it couldn't use the host keys.
To fix, re-generate the keys:
# mv ssh_host_rsa_key* /root # in case you want to keep these for some reason # ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key Generating public/private rsa key pair. Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. (don't provide a passphrase!) -
@girish said in FTP server not found?:
n case you want to keep these for some reason
ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
Generating public/private rsa key pair.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:got the same problem. and thanks for your reply!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login