ssh root@<ip> -p <port> -i ~/.ssh/id_ed25519 (SSH over TCP)ssh <user>@ssh.runpod.io -i ~/.ssh/id_ed25519 (stable gateway)No hints found in the recent session
ssh runpod works fine in terminal.My ssh config file:
Host 194.68.xxx.xx
HostName 194.68.xxx.xx
User root
Port xxxxx
IdentityFile ~/.ssh/id_ed25519
Host runpod
HostName ssh.runpod.io
User j1wxxxxxxxxx-xxxxxd
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
ServerAliveInterval 30
ServerAliveCountMax 3
TCPKeepAlive yes