LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   how to start sftp? can't get interconnection... help pls (https://www.linuxquestions.org/questions/linux-networking-3/how-to-start-sftp-cant-get-interconnection-help-pls-360581/)

vivaspeed 09-05-2005 09:59 PM

how to start sftp? can't get interconnection... help pls
 
Dear all,


I've problem to get connection via sftp.

Before that, I did check the SSH service in both servers.
But both starting up already.

# chkconfig --list sshd
sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off

but I do start also the SSH with
# /etc/init.d/sshd start
Starting sshd: [ OK ]

however, it seem kept trying to connect the server during sftp.

And I didn't see the sftp, during 'ps -ef | grep sftp'....

Kindly advise.

Thank you

pembo13 09-06-2005 10:42 AM

How are you tring to connect to sftp?

vivaspeed 09-07-2005 03:57 AM

any suggestion?

Thanks you

FrankP 09-07-2005 06:46 AM

You only need the sshd service running on one machine, the machine you wish to connect to (unless you really need to make ssh connections both ways).

If the SSH server is running ok then on the other machine, the machine you wish to connect from, you open an sftp connection like this:
sftp user@host.domain

Does this work? If not, what error?

To check that SSH itself is working, open a shell connection from the client machine to the server like this:
ssh user@host.domain

Does this work?


All times are GMT -5. The time now is 06:28 PM.