B4RT1
connection refused SSH over exposed TCP
Everytime I am trying to connect via ssh over exposedd TCP I get a connection refused while I can connect normally usign the basic ssh terminal with no support for scp & sftp. WHich seems strange to me. I appreciate your help 🙂
2 replies
rsync does not work
Hi, I am running a docker container in the cloud. Everything is working fine so far, I can connect via ssh with my public keys, everything is great. Except that I can't tranfer files using rsync. Everytime I am trying to transfer files via rsync I am getting asked for a password which I have never set. Does anybody has a solution for me?
Examples to connect I already tried (The paths are changed):
- rsync -avz -e "ssh" ~/documents/example.txt [email protected]:/root/example.txt
- rsync -avz -e "ssh -i /path/to/key" ~/documents/example.txt [email protected]:/root/example.txt
- rsync -avz -e "ssh -i /path/to/key" ~/documents/example.txt [email protected]:/root/example.txt
3 replies