IT

replit vscode ssh error, connect timeout, enter password

bepuri 2024. 10. 31. 14:11
728x90

After you set your replit ssh key to your ssh panel, if you still can get code in your vscode system.

Make sure you filled out .ssh/config

Host *.replit.dev
    Port 22
    IdentityFile ~/.ssh/replit
    StrictHostKeyChecking accept-new

You can find config file in vscode with command pallete
open ssh configuration file

You can find the official tutorial below link
Conntecting to your Repl

728x90