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

learn more… | top users | synonyms

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
6
votes
3answers
2k views

Emacs, tramp, plink problem on XP

The target machine is running Ububtu server 8.04. Here's the tramp output: tramp: Opening connection for nungu@ip.ip.ip.ip using nil...<br> tramp: Waiting for prompts from remote ...
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 ...
4
votes
0answers
841 views

Plink does not see Pageant [closed]

Pageant is started. I can login to server using Putty with blank key field. This command works fine: Plink -i c:\path\to\key.ppk git@server.name info But this one says "Server refused our key" ...
3
votes
1answer
2k views

What does CreateFile(“CONIN$” ..) do?

I was hacking away the source code for plink to make it compatible with unison. If you don't know, unison is a file synchronization tool, it runs an "ssh" command to connect to a remote server, but ...
3
votes
2answers
3k views

Using Plink (PuTTy) to SSH through Python

I am trying to write a python script that will SSH to a server and execute a command. I am using Python 2.6 on Windows, and have installed plink and paegent (for ssh keys) and added them all to my ...
3
votes
1answer
197 views

Passing arguments from a command prompt to remote ubuntu machine

I am trying to pass arguements to a local script to be executed on a remote machine. The script works fine as I have tested it passing variables in manually. I am trying to use plink for this. I take ...
2
votes
2answers
138 views

compile c++ in Emacs via tramp: Save password

I am working with emacs in Win7 to develop C++ Code on a Linux server via SSH. Loading and Saving via Tramp (using plink) works well and the "Compile" command in emacs can also be used, but I need to ...
2
votes
1answer
755 views

Running plink in winpexpect

I'm trying to use plink in winpexpect to connect to a remote Linux server. I'm using the following code: child = winpexpect.winspawn('plink root@hostname') child.logfile = sys.stdout i = ...
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?
2
votes
2answers
1k views

ssh to run shell script on remote machine and then copy the output to local machine

I am using plink to execute the shell script on the remote MachineB. And shell script is there on the MachineA(Windows Box). C:\PLINK>plink uname@MachineB -m test.sh Using keyboard-interactive ...
2
votes
1answer
158 views

Using plink and executing from a remote machine(windows)

plink user@10.220.60.xx '/home/user/test/testpgm' On running the below program which resides on a Linux machine from a windows machine using plink, I get only the following messages. Test Pgm Enter ...
2
votes
0answers
437 views

Configuring msysgit to use putty/plink

Apologies in advance for the basic question - I'm new to git and am sure that I'm missing something super easy that someone could answer very quickly. During the msysgit installation I specified that ...
2
votes
0answers
916 views

Passing shell script file

I have a linux shell script file which collects various data from linux server. (Services, Process, FreeSpace etc.). From windows to collect the data we are using Plink to connect to linux Boxes and ...
1
vote
3answers
8k views

Mercurial “hg clone” on Windows via ssh with plink issue

I have a Windows Server 2008 machine (iis7) that has CopSSH set up on it. To connect to it, I have a Windows 7 machine with Mercurial 1.5.1 (and TortoiseHg) installed. I can connect to the server ...
1
vote
2answers
515 views

plink.exe from windows service cannot find pageant

I have one windows service which will use plink.exe for ssh connection and I found that plink cannot find the running pageant. Here is the steps I have done so far. Install windows service to run ...
1
vote
3answers
4k views

problem executing plink(putty) command

I am using Plink to execute remote command: When using this from cmd prompt in single line it doesnot work: C:\>c:\plink.exe -l userId -pw psw -m C:\goto\test.bat remote_host It says unable to ...
1
vote
2answers
2k views

sh: …: is not an identifier when trying to invoke shell scripts using plink

Below is my shell script that I am trying to execute using PLINK on MachineB from MachineA(Windows Machine). #!/bin/bash export HIVE_OPTS="$HIVE_OPTS -hiveconf mapred.job.queue.name=hdmi-technology" ...
1
vote
1answer
2k views

Emacs + tramp + plink

I'm trying to get emacs tramp running under Windows XP to work over putty plink on an Amazon EC2 instance. The documentation for doing this is sparse. I can find partial documentation, but none that ...
1
vote
2answers
78 views

Scripting linux commands to modify data in files

I have a series of devices that I need to SSH into, modify some files changing the device name, and network settings. The files contain data such as: NETWORK_ETH1_CLIENTIP_LIST='10.47.19.182' ...
1
vote
1answer
184 views

Having Numeric data type and character data type in the same column of a data frame?

I have a large data frame (570 rows by 200000 columns) in R. For those of you that are familiar with PLINK, I am trying to create a PED file for a GWAS analysis. Plink requires that each missing ...
1
vote
2answers
265 views

How to get Read+Write access to github via plink?

SSH access to github has been blocked in China, I followed this tutorial to setup a ssh tunnel: $ plink -N myuser@myhomessh.com -pw mypassword -L 9418:github.com:9418 $ git clone ...
1
vote
1answer
409 views

plink process doesn't end if calling user isn't logged in

I'm calling plink from C# code which is running as a certain Windows user. I call plink like plink.exe user@hostname -pw password commands Usually the plink process ends immediately after the ...
1
vote
1answer
3k views

plink's host key is not cached in the registry when run from perl on IIS/Windows

I'm trying to start a perl script on another server from a web page and I'm having problems with plink: it doesn't seem to remember the host key when run from the IUSR_ user. I managed to reduce the ...
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 ...
1
vote
2answers
707 views

plink asking for login credentials when already argumented?

plink 12.34.567.89 -ssh -pw <hidden pass> -l <hidden username> svn update ~/public_html The ip addresss above is hidden/modified When I execute this, it asks: "login as: _" But I ...
1
vote
2answers
3k views

PLINK change character set translation to UTF-8 (utf8)

Does anyone know how to configure the character set translation on plink (the command line version of Putty) to UTF-8? I'm trying to SSH to a Linux server whose character set configuration is UTF-8. ...
1
vote
1answer
29 views

Process not redirecting complete output; not showing full response from SSH Server

I'm starting up a process and making use of plink to create a reverse tunnel to an ssh that's in my local network. I can connect fine to the server, but its not displaying the full content on the ...
1
vote
1answer
1k views

Plink cmd.exe mkdir with a space doesn't work

I'm using plink on a windows 7 desktop to create a folder a on windows 2008 server. The server uses pragmaSSH to allow the SSH connection and everything works just fine there. The directory I want to ...
1
vote
1answer
731 views

Passing arguments to a shell script from C# process

I am stuck with a problem from many days. I am connecting to a linux box and want to run some scripts and collect back the file generated. Steps are 1) connect 2) run some scripts (which are ...
1
vote
2answers
780 views

Can't type password (or anything else) into plink with svn+ssh

I've been using SVN and Windows for a while now, but recently I tried to get it working on a new machine. I have a svn+ssh:// repository that I need to access but I am unable to because, as I ...
1
vote
0answers
92 views

“plink.exe” hangs on Windows Server 2008 R2 , creates process “conhost.exe”

I am new to the whole Windows world. If this is not the place to post this question please point me to the right one. If there is any better place to ask this question, please tell me that too. Few ...
1
vote
0answers
110 views

Plink timeout and proxy under linux

I have made a script in bash which create a connection to a list of server. After each connection, if it succeed, i execute a command. Connections are under a loop. For know i use Plink. My script ...
1
vote
0answers
127 views

How can i change user name for linux machine in batch file [closed]

I have batch file which will start plink.exe to login into remote linux machine: start C:\Users\279293\Desktop\PLINK.EXE -ssh -P 22 prateek@10.205.198.34 -pw password Now i to change ...
1
vote
1answer
168 views

While Using PLink Only First Command Is Executing

I want to connect putty using plink and want to run some specific commands which is present in text file. But I can see only first command getting executed. Do I need to give any command separating ...
1
vote
0answers
226 views

Not able to run psservice.exe and plink.exe from servlet deployed in Tomcat 6.0 using runtime exec and processbuilder

I am trying to run psservice.exe and plink.exe from servlet using runtime exec. It will be used for starting or stopping services on remote computer running windows and unix aix. I have set system ...
1
vote
2answers
421 views

Executing the windows batch file

What I am doing currently- Execute the shell script on MachineB from MachineA (Windows Environment). Then wait for the shell script to complete its task, in my case it will write the output to a ...
1
vote
0answers
242 views

Can't write in tcl command line unless sending echo, after using PLINK

I'm having a confusing problem running a variety of programs from a tcl script. Here's the story: I have a script (in tcl) which executes plink to establish a remote connection on a Linux computer. I ...
1
vote
0answers
203 views

Pass extra command line parametes to plink in ANT CVS task

I'm trying to make plink use the private key using the commnand line -i instead of relying on pagent in a ANT CVS task. I tried to set the cvsRsh param to "plink.exe -i my_private_key" without ...
1
vote
1answer
983 views

Perl Net::SFTP::Foreign Plink connection issue

Firstly i'm a complete sftp & ssh newbie, and pretty new to Perl. I am trying to write a script to connect to a remote server and retrieve files. Both servers are windows 2003 boxes. i have ...
1
vote
1answer
630 views

Pseudo TTY line limited to 256 characters?

A SSH connection is opened with Plink (PuTTY) from a windows machine to a solaris server via: Plink.exe -t <hostname> /bin/bash Then a bash command line is written to stdin of Plink.exe and ...
1
vote
1answer
2k views

plink Password Over and Over

I am using plink as part of GIT setup and I have setup my remote keys correctly and can connect via Putty. However, when I attempt to run msysgit and TortiseGit to clone a git directly - enter the ...
0
votes
9answers
4k views

Alternative SSH Application to Plink

I have recently started having problems with TortoiseCVS, or more specifically with plink, the SSH application that comes with it. The IP address it tries to connect to can not be changed and is stuck ...
0
votes
2answers
89 views

Plink passing arguments

plink user@10.220.60.xx -t '/home/user/test/testpgm' I'm able to run the below program which resides on a Linux machine from a windows machine using the above plink cmd. #include<stdio.h> int ...
0
votes
4answers
5k views

How does PUTTY/PLINK determine a command has returned?

Is it newline? prompt? What exactly? Trying to run powershell over plink and the command executes but plink doesn't recognise its finished and the session hangs. Most curiously though, the command ...
0
votes
1answer
113 views

plink automated batch script

How would I create a simple batch script(windows) to close then current plink session if it times out and reconnect automatically? something like this: if "plink.exe" == "false" ( "plink ...
0
votes
1answer
37 views

why Hardy-Weinberg test is different in GenABEL and Plink?

When I use this Plink command: Plink --file filename --hardy will create a new file filename.hwe with the different p-value for each marker, by contrast with GenABEL : library(GenABEL) ... ...
0
votes
1answer
49 views

ped file and map file in r

I have two files: pedigree.ped and pedigree.map. These two file formats can be used by Plink. In my case I want use them with R, and I think I must do a conversion to R format. For eg: missing values ...
0
votes
1answer
448 views

Putty (plink) - Execute Python on remote Linux server

I have an Ubuntu server which has a python script that runs a terminal command-based interface. I'm using plink to login and immediately execute the python script: plink.exe -ssh -l goomuckel -pw ...
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, ...

1 2