Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.15 KB

This repository is no longer maintained.

I appreciate your work, Markus :-)

ssh2plink

A tiny wrapper for plink.exe just for faking vscode's remote ssh extension

How to use

  1. go build & put ssh2plink.exe on the plink.exe's location
  2. Set "Remote.SSH: Path" setting on the Remote-SSH extention's settings to "(Your location of plink/ssh2plink)/ssh2plink.exe"

Known issue

  • Can't connect to new host with error messages below (Connect with putty and store key in cache beforehand.)
The server's host key is not cached in the registry. You
have no guarantee that the server is the computer you
think it is.
The server's rsa2 key fingerprint is:
ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx
If you trust this host, enter "y" to add the key to
PuTTY's cache and carry on connecting.
If you want to carry on connecting just once, without
adding the key to the cache, enter "n".
If you do not trust this host, press Return to abandon the
connection.
Store key in cache? (y/n)