You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I misconfigured my old VPS, so wiped it and created a new one.
SCP using SSH key works fine (tested with Termius) :
Put the public key on VPS
Provide the private key to Termius (no need to copy paste the content, just input the file path)
Done. Making directory, copying files etc work fine.
Now let's configure termscp again (I'm using v0.13.0 on macOS Monterey x64):
Open configuration menu, go to "SSH keys tab", remove all existing keys and provide a new one, like this: hostname = my VPS public IP. username = anta40.
nvim shows up, asking for the private key. I copy pasted it, make sure it's indeed the appropriate private key, no typo etc and save it
On termscp main menu, create the connection: protocol = SCP, remote host = VPS public IP, port number = 22, username = anta40. No password (blank).
Prese Enter. Got this: authenticaion failed (could not find any suitable RSA key to authenticate with)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I misconfigured my old VPS, so wiped it and created a new one.
SCP using SSH key works fine (tested with Termius) :
Now let's configure termscp again (I'm using v0.13.0 on macOS Monterey x64):
hostname
= my VPS public IP.username
= anta40.protocol
= SCP,remote host
= VPS public IP,port number
= 22,username
= anta40. No password (blank).authenticaion failed (could not find any suitable RSA key to authenticate with)
What's wrong here?
Beta Was this translation helpful? Give feedback.
All reactions