Greetings,
I'm attempting to backup our devices that are accessible via a Linux server and according to the CatTools help section, sited bellow, under "Connect via" this should be achievable:
For example, if your device is behind an access list, but a Linux box has access to that device, you can connect via the Linux box first, then launch a telnet or SSH session to the destination device from there.
So looks like this: http://i.imgur.com/IFoVOYz.png
And it's obvious looking at the debug log that when the back connects to the Linux server there are no issue, it's from the Linux to the Cisco device there is an issue and it appear that issue is with the ssh command it's passing:
-8:55:20 PM>ssh -2 -l x.x.x.x
<R-8:55:20 PM>ssh -2 -l x.x.x.x
<W-8:55:20 PM>[13]
<R-8:55:20 PM>[13][10]usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec][13][10]
<W-5:41:52 PM>ssh -2 -l x.x.x.x
<R-5:41:52 PM>ssh -2 -l x.x.x.x
<W-5:41:52 PM>[13]
It's attempting to use a Cisco ssh command and not a a Linux/Bash ssh syntax which looks like this username@<IP Address>
Am I missing something in the config?
Thanks for your suggestions.