Hey all,
I was wondering if anyone has any experience with the RA FTP Agent and SSH config settings?
I've been testing some changes in my environment but it seems that the RA FTP Agent is not picking up any SSH config changes that I make.
More specifically, I am looking to define a jump host for a specific endpoint. This works from the commandline on the Agent server using an sftp command.
Config if youre curious:
Host *************
ProxyCommand /usr/bin/ssh -A -q XXXXXXXXXXX -W %h:%p 2>/dev/null
Notes:
Config is in ssh folder for the user who starts the agent as well.
Agent was restarted after the change
RA FTP 3.1.5
Any input would be greatly appreciated.
Regards,
Michael
afaik, ~/.ssh/config and it's non-user-specific friends in /etc are a convention of the OpenSSH client, not something that is inherent in any overarching SSH standard.
It would very much surprise me if the RA agent would adhere to the same convention, and consequently, it would surprise me very much if Automic were to parse and process the contents of these files at all.
Best regards,
Carsten