Hi all,
I am having an odd situation where my SSH sessions take ages to reach the prompt. For example it takes 30 seconds to run the below:
$ time ssh root@techanalysis "echo ok"
ok
real 0m30,422s
user 0m0,142s
sys 0m0,000s
The same command when run with the IP address is much...