Page 1 of 1

SFTP connect to internal servers

Posted: 2020-09-07 18:28
by Iamlearning01
Hi,
My server B can only be accessed by logging into server A (so I have to ssh to server A, then from there ssh to server B)

How can I set up FileZilla to connect to server B?

Thanks

Re: SFTP connect to internal servers

Posted: 2020-09-07 20:02
by boco
FileZilla does not support SSH, only SFTP.

Re: SFTP connect to internal servers

Posted: 2020-09-14 08:38
by sducasse
Hello

I read that FileZilla does not support SSH.
Does it mean that ssh config files are ignored when using stfp?
To connect on my servers I need to use nc and reach a gateway

A typical configuration is

Host rmod-files-gw
ForwardAgent yes
User xxx
HostName rmod-files.lille.inria.fr
ProxyCommand ssh xxx@gw.fr nc %h %p 2> /dev/null

Is filezilla supporting such configuration and how?
(I read all the docs and tried many sftp settings).

Thanks for your time (I'm an open-source dev too - http://www.pharo.org)

Re: SFTP connect to internal servers

Posted: 2020-09-15 08:52
by botg
FileZilla does not make use of ssh-config files.