Skip to content

MarkusDeutschmann/ssh2plink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh2plink

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

How to build

The tool can be build under Windows, Linux or Mac. Every build script will create a 32-bit and 64-bit version in the build directory.

Under Windows

With PowerShell:

.\build.ps1

With CMD Script:

.\build.cmd

Under Linux or Mac

./build.sh

How to use

For the 64bit version:

  1. Put ssh2plink_64bit.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_64bit.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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 91.0%
  • Batchfile 4.1%
  • PowerShell 3.7%
  • Shell 1.2%