Tagged Questions
2
votes
1answer
632 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" > ...
1
vote
2answers
415 views
Color of the fonts in my remote terminal screen when using VI in linux
I notice one of my linux remote login window shows color in VI editor interface but another window doesn't show color. These 2 windows are remotely connected to 2 different server IP addresses.
May ...