Hi Team,
I have couple of questions regarding SSH and telnet clients running on my WAAS boxes (ver 5.3.3). I noticed that it is possible to initiate SSH or telnet session from WAAS box even if telnet and SSH services are off ("no sshd enable" and "no telnet enable" commands). Ok, so it means that these commands turn off SSH and telnet "server" on the box and not the client. Is there any possibility to turn off SSH and telnet client on the WAAS box, please ?
Regarding SSH client. Command reference guide says that I can use special SSH options defined in RFC 4254 when initiating SSH session. I can list these options using CLI:
wave#ssh -l
ssh: option requires an argument -- l
Usage: ssh [options] host [command]
Options:
-l user Log in using this user name.
-n Redirect input from /dev/null.
-F config Config file (default: ~/.ssh/config).
-A Enable authentication agent forwarding.
-a Disable authentication agent forwarding (default).
-X Enable X11 connection forwarding.
-x Disable X11 connection forwarding (default).
-i file Identity for public key authentication (default: ~/.ssh/identity)
-t Tty; allocate a tty even if command is given.
-T Do not allocate a tty.
-v Verbose; display verbose debugging messages.
Multiple -v increases verbosity.
-V Display version number only.
-q Quiet; don't display any warning messages.
-f Fork into background after authentication.
-e char Set escape character; ``none'' = disable (default: ~).
-c cipher Select encryption algorithm
-m macs Specify MAC algorithms for protocol version 2.
-p port Connect to this port. Server must be on the same port.
-L listen-port:host:port Forward local port to remote address
-R listen-port:host:port Forward remote port to local address
These cause ssh to listen for connections on a port, and
forward them to the other side by connecting to host:port.
-D port Enable dynamic application-level port forwarding.
-C Enable compression.
-N Do not execute a shell or command.
-g Allow remote hosts to connect to forwarded ports.
-1 Force protocol version 1.
-2 Force protocol version 2.
-4 Use IPv4 only.
-6 Use IPv6 only.
-o 'option' Process the option as if it was read from a configuration file.
-s Invoke command (mandatory) as SSH2 subsystem.
-b addr Local IP address.
But none of these arguments actually works. For example -l option:
wave#ssh -l admin 1.1.1.1
^
% Invalid input detected at '^' marker.
Ok, I know that I can use "ssh admin@1.1.1.1" command which works but what about other arguments? Is it possible to use port forwarding for example?
How can I check SSH client configuration on WAAS box, please ?
Gratitude.
Rgrds,
Stan