SSH remote command

523 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 answers

0
kovica On BEST ANSWER

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