Skip to content

Instantly share code, notes, and snippets.

@a-r-m-i-n
Last active June 26, 2018 21:19
Show Gist options
  • Save a-r-m-i-n/aa1e492cf3296637b84b01baedde4726 to your computer and use it in GitHub Desktop.
Save a-r-m-i-n/aa1e492cf3296637b84b01baedde4726 to your computer and use it in GitHub Desktop.
Keepass SSH Link Handler for WinSCP

Keepass SSH Link Handler for WinSCP

Add this to a new URL Override (in Options -> Integration):

Scheme: ssh

URL override: cmd://C:\PROGRA~2\WinSCP\WinSCP.exe -ssh {USERNAME}:{T-CONV:/{PASSWORD}/Uri/}@{URL:RMVSCM}

Adjust path to WinSCP if necessary. Then use ssh:// in URL of your password entries.

With double click on URL in List-View of Keepass you can open WinSCP with the desired location and automatic log in. Within WinSCP you can set path to PuTTy and also pass the login to it. Very convinient :)

Have fun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment