SSH remote command

532 Views Asked by At

I have a strange SSH problem.
If I run this

ssh user@remote 'md5sum file.txt'

I get back the result as expected, but if I run this

ssh user@remote 'cat file.txt'

then it just sits there.

1

There are 1 best solutions below

0
On BEST ANSWER

I'll attribute this problems to bad network connection. I've started using Mosh and is works magnitudes better than ssh.