Tagged Questions
2
votes
1answer
636 views
Where does plink (from Putty package) search for remote commands?
I need to use plink (or something similar if you have something on mind) to get the output from Debian remote machine onto my Windows box. This works e.g. in this case :
plink 192.168.1.5 "ls" > ...
0
votes
1answer
332 views
How can I make custom key bindings work even while SSH-ed into another machine?
I've added
"\eOD": backward-word
"\eOC": forward-word
to my .inputrc to get ctrl-arrow key mappings sorted out in Cygwin allowing me to move forward and back fine.
When I SSH to any other Linux ...
2
votes
2answers
2k views
How can I make PuTTY compatible with Solaris?
I'm connecting to a Solaris machine from WinXP using PuTTY.
When I try to use the NumPad keys for editing a command in Bash (Home, End, Delete) a ~ character is instead printed to the console. ...