R
Runpod15mo ago
June Thai

Cannot SSH over exposed TCP (multiple pods, tested from different local machine)

Hi @here I cannot SSH over TCP but is able to do basic. I suspected my Docker at first, but I have the same issue with multiple Docker image. I tested it from multiple local machine. This is the verbosed error message: debug1: Reading configuration data ~/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 21: include /etc/ssh/ssh_config.d/* matched no files debug1: /etc/ssh/ssh_config line 54: Applying options for * debug2: resolve_canonicalize: hostname xxx.xxx... is address debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '~/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '~/.ssh/known_hosts2' debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling debug3: channel_clear_timeouts: clearing debug3: ssh_connect_direct: entering debug1: Connecting to xxx.xxx... [xxx.xxx...] port 13454. debug3: set_sock_tos: set socket 3 IP_TOS 0x48 debug1: connect to address xxx.xxx... port 13454: Connection refused ssh: connect to host xxx.xxx... port 13454: Connection refused
8 Replies
Madiator2011 (Work)
what are you trying to do?
June Thai
June ThaiOP15mo ago
Hi, I'm trying to SSH over TCP for SCP and SFTP support This is the command I used ssh root@xxx.xxx.xxx.xx -p yyyy -i ~/.ssh/id_ed25519
Madiator2011 (Work)
should work fine
Unknown User
Unknown User15mo ago
Message Not Public
Sign In & Join Server To View
Madiator2011 (Work)
or could be wrong ssh keys injected into server causing pod to unable to start ssh service
June Thai
June ThaiOP15mo ago
I add the ssh keys, regenerate and add them again, restart the pod, etc. still cannot access the pod with this command.
ssalabi
ssalabi15mo ago
i am having the same issue. did you solve it?
Madiator2011 (Work)
usually it cause you generate keys wrong

Did you find this page helpful?