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.
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.
I'll attribute this problems to bad network connection. I've started using Mosh and is works magnitudes better than ssh.