I try to connect to a remote server, to train a machine learning model. With my ubuntu laptop,
- I can ssh to the server
- I can not scp any file. It starts but freezes at 0 percent and 0kbit/sec speed
- After I ssh, if I want to use 'screen -r screen_name' command, it freezes. If I run "pipenv shell" it freezes. If I run "top" or "htop" it freezes.
With my old windows laptop, with the same login credentials, I can do all.
What I have tried:
- I have checked ssh configurations and there is nothing to not permit scp
- No firewall
- I have formatted the laptop. The problem still exists.