Proxy Details with SFTP command?

If that really is your username/password combination I recommend you remove it, otherwise everybody on the Internet will have access to your SFTP server.

Up vote 3 down vote favorite share g+ share fb share tw.

I'm trying to login into the sftp server but its giving me this Connecting to sftp.ABCD.com" rel="nofollow">sftp.ABCD.com... /bin/sh: line 1: exec: connect: not found ssh_exchange_identification: Connection closed by remote host Couldn't read packet: Connection reset by peer These are the credentials that I'm trying to give The credentials for the sftp server is below: SFTP servers information: Proxy Address: proxy.ABCD.com Host name: sftp.ABCD.com" rel="nofollow">sftp.ABCD.com Port: 32 User Name: wakao Password: 123! @# I tried with several combinations but I couldn't arrive at a conclusion as in where and why its giving me the above mentioned message sftp -o "ProxyCommand connect -S proxy.ABCD.com:80" wakao@sftp.ABCD.com" rel="nofollow">sftp.ABCD.com:32 sftp -o "ProxyCommand connect -S proxy.ABCD.com:80 %h %p" wakao@sftp.ABCD.com" rel="nofollow">sftp.ABCD.com:32 Where am I going wrong? Or how to specify the command properly?

Thanks in advance! Sftp link|improve this question asked Jul 26 '10 at 10:51Sandeep14210 100% accept rate.

If that really is your username/password combination I recommend you remove it, otherwise everybody on the Internet will have access to your SFTP server. The problem is that the shell on the SFTP server cannot find the command connect. Two likely causes: Your $PATH is not set.

Try replacing connect with /usr/bin/connect or $(which connect). Or login with SSH and locate this program. The SFTP server does not have connect installed.

Contact the system administrator of the machine.

Thanks a lot for your reply Schot. That is just a sample username & password.. – Sandeep Jul 27 '10 at 5:26.

As Schot said I contacted the System Administrator & after installing the connect the command is: sftp -o "ProxyCommand connect -H proxy.ABCD. Com:80 %h %p" wakao@sftp.ABCD.com.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions