Created
January 4, 2018 16:12
-
-
Save renkin/951b89f2357795d3af28a05f304c94e4 to your computer and use it in GitHub Desktop.
KeePass URL Overrides for SSH Scheme using MobaXterm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmd://"C:\Program Files (x86)\Mobatek\MobaXterm\MobaXterm.exe" -newtab "ssh {USERNAME}@{URL:RMVSCM}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I just did it!
I used this structure:
cmd://"c:\program files (x86)\mobatek\mobaxterm\mobaxterm.exe" -newtab "sshpass -p '{PASSWORD}' ssh {USERNAME}@{S:IP}"
I don't really understand the structure, but I could login.
The only thing is that I recieved this message:
X11 forwarding request failed on channel 0
I hope someone can use this.
Thanks!
P.D.
I use information from Paul reading this discussion:
https://sourceforge.net/p/keepass/discussion/329220/thread/d9b7547c22/