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

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

License

Notifications You must be signed in to change notification settings

benok/ssh2plink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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) 

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages