Link to home
Start Free TrialLog in
Avatar of cimmer
cimmer

asked on

SFTP over SSH tutorial help

im trying to setup SFTP and getting timed out.

i can SSH to server with user JOHN.
im trying to use File zilla to SFTP over SSH and it just times out on me...

does anyone have good tips or tutorials on how to set this up. Its not working for me?
Let me know if you want to see any of my config files. Im pretty good with Linux. Im just used to FTP and im trying to move away from it.
Avatar of Tintin
Tintin

What happens when you try to do sftp from the command line?  Is the ssh server configured to run sftp?
Avatar of cimmer

ASKER

from within server outbound...

# sftp test@123.45.67.89
Connecting to 123.45.67.89...
test@123.45.67.89's password:
sftp>

from outside of the server to server in question...
my ssh is on port 44333. how to i sftp over that instead of port 22 from the command line?
Avatar of cimmer

ASKER

i changed the port to 22 to test...

sftp'ing to server from another outside linux server from command line i get password denied...

#  sftp JOHN@123.45.67.2
Connecting to 123.45.67.2...
The authenticity of host '123.45.67.2 (123.45.67.2)' can't be established.
RSA key fingerprint is 22:9f:e3:b5:dd:22:ff:22:40:8d:39:8d:bd:d8:12:13.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '123.45.67.2' (RSA) to the list of known hosts.
JOHN@123.45.67.2's password:
Permission denied, please try again.
Avatar of cimmer

ASKER

from Filezilla.. IP is obviously not real...

Status:      Connecting to 123.45.67.2 ...
Status:      Connected with 123.45.67.2:22. Waiting for welcome message...
Response:      SSH-2.0-OpenSSH_4.3
Error:      Timeout detected!
Error:      Unable to connect!
Avatar of cimmer

ASKER

i fixed this myself.  It was the way i was using Filezilla. I had to manually configure Filezilla to use SFTP over SSH2 and it worked.
ASKER CERTIFIED SOLUTION
Avatar of Computer101
Computer101
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial