Did You Know? that you can combine watch and date commands to display a simple digital clock on your terminal? For example: $ watch -n 1 --no-title date - will execute a date command every second.
-l login_name -v Verbose mode. Causes ssh to print debugging messages about its progress. This is helpful in debugging connection, authentica‐ tion, and configuration problems. Multiple -v options increase the verbosity. The maximum is 3.
4. Examples
ssh to a box with an IP Address 192.168.148.142 and as user root:
ssh -l root 192.168.148.142
or
ssh root@192.168.148.142
Feel free to specify host name instead of IP address. To ssh to linuxconfig.org_remote as a root user we can use:
ssh root@linuxconfig.org_remote
For troubleshooting your ssh service use -vvv option as follows: