I am trying to copy file from my server to another so I am using the following command:
scp root@myhost /home/direc/file.tar username@secondhost:/home/dir
I am getting the error:
ssh: connect to host secondhost port 22 connection timed out
I know it might be because port 22 is not open on second host
so How do I transfer by specifying port 21 on my second host