sFTP server - Oracle Linux 7
Linux client - Oracle Linux 7
I've created an sFTP server, first time doing this.
I think it works as I can log in to my sFTP server using the command $ sftp [email protected]_server_IP - and then enter the correct password, and I'm logged into sFTP.
I have ssh keys working between a Linux client and the Linux sFTP server. So, I can ssh between the client and sFTP server both ways without a password.
My problem is that I'm trying to connect from the client to the sFTP server without a password, and this doesn't work.
sftp [email protected]_server_IP
Permission denied (publickey)
Couldn't read packet: Connection reset by peer
Any suggestions?
Linux client - Oracle Linux 7
I've created an sFTP server, first time doing this.
I think it works as I can log in to my sFTP server using the command $ sftp [email protected]_server_IP - and then enter the correct password, and I'm logged into sFTP.
I have ssh keys working between a Linux client and the Linux sFTP server. So, I can ssh between the client and sFTP server both ways without a password.
My problem is that I'm trying to connect from the client to the sFTP server without a password, and this doesn't work.
sftp [email protected]_server_IP
Permission denied (publickey)
Couldn't read packet: Connection reset by peer
Any suggestions?