clayauld / ssh2plink

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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) 

About

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

License:MIT License


Languages

Language:Go 91.9%Language:Shell 8.1%