Plink (PuTTY Link) is a command-line interface to the PuTTY back ends, written and maintained primarily by Simon Tatham. It is a connection tool similar to UNIX ssh. It is mostly used for automated operations
11
votes
3answers
6k views
How do I set GIT to use Plink.exe
I'm trying to configure Git to use Plink, now for some reason this option isn't available to me
I tried uninstalling and reinstalling Git a hundred times I can't get to this option
5
votes
1answer
2k views
get return code from plink?
In a DOS batch script, I'm running a single command on a remote (also windows) computer using plink. Formerly, this command was only run on the local machine, and was relying on the return code to ...
2
votes
1answer
1k views
Opening a plink window from VB.NET application without showing the black ugly plink window
I am looking to call plink from a vb.net application in the background (without showing the black plink cmd screen) is it possible?
1
vote
1answer
1k views
Plink does not source bashrc or bash_profile on connect
I am trying to use plink as an ssh alternative on windows, but I am finding that when plink connects to a remote linux machine, it does not source .bash_profile or .bashrc.
Is there a different dot ...
0
votes
1answer
196 views
send non-command string in plink
I am trying to use plink to send a data string to an embedded SSH server. If I log in using plink on the command line like so
plink test2 -l admin
and wait for the "Using username "admin" line, ...