Tagged Questions
The plink tag has no wiki summary.
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 ...
3
votes
2answers
2k 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
2
votes
2answers
212 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 ...
2
votes
1answer
304 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
1answer
1k 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 ...
1
vote
0answers
71 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
341 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
283 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
1answer
199 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
0answers
345 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
1answer
240 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
801 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 ...
1
vote
3answers
960 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
3answers
4k 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
1answer
808 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 ...
1
vote
1answer
2k 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
1k 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 ...
0
votes
1answer
26 views
Unable to connect with plink with public/private key's
I am able to connect with Putty with my public/private key without being prompted for the passphrase (or password). I have pageant running in the background.
However, trying to connect with plink ...
0
votes
0answers
18 views
Weird Process.Start behavior under NUnit
I'm using Process.Start on plink.exe to run a remote call on a Linux machine. This works well, unless run in the context of NUnit (I've tried both TestDriven.NET and ReSharper's unit test runner).
...
0
votes
0answers
79 views
Plink does not see Pageant
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" ...
0
votes
1answer
57 views
plink truncating commands
I'm using plink.exe on WinXP to run some commands on Z/OS BASH. My commands are interspersed with echo commands so that I can parse the output and work out what is where. The first dozen or so ...
0
votes
0answers
158 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 = ...
0
votes
0answers
122 views
PUTTY PLINK hangs when running python script on unix server
I am trying to use PUTTY PLINK to remotely launch a test utility running on unix server. Somehow the test launched but plink hangs when a bourne-Again shell script call a python script but when the ...
0
votes
1answer
250 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 ...
0
votes
0answers
54 views
Plink and X display location
Using X forwarding with Putty there is an option to specify the X display location, e.g. localhost:100. How can I do the same think using Plink? I wish to have multiple X servers on the same box ...
0
votes
0answers
82 views
getting the list of the saved session in putty using plink
I am trying to write my scripts under windows to control putty.
Say I have a session called mySession. I can send a command to it using:
plink -load mySession -l myUserName -pw myPassowrd ps -ef
...
0
votes
1answer
489 views
using PLINK to Send a remote command with single and double quotes
I'm trying to use plink on winXP to connect to a linux server and execute a command. Here's the command line I'm running:
plink some_profile cd "$(echo 'T:\somedir\somesubdir with space in it\' | ...
0
votes
2answers
669 views
How to respond yes to plink's cache key question in c#
I'm using plink from c# to connect to Linux servers and run some programs. Both the c# console program and the plink.exe are on the same windows machine.
The problem is when I connect to a Linux ...
0
votes
0answers
255 views
NetBeans IDE 6.9 Subversion plink
in NetBeans IDE 6.9 I have a Subversion (SSH) project. Everything works with "Update", "Commit" etc.
But now I put a second project into NetBeans IDE 6.9. Also an Subversion (SSH) project.
But where ...
0
votes
1answer
1k 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 ...
0
votes
1answer
261 views
Problem with plink output
I'm using plink to run a command on a Unix remote machine.
The command is:
ls -1trd testegrep.txt |tail -1 |xargs tail -f| grep 's';
The way I'm sending this command is by using a file with a set ...
0
votes
1answer
233 views
plink pageant not working from asp.net
the problem in a nutshell:
running plink(with specific arguments) works from cmd, but not from asp.net
the command being executed:
"C:\Program Files (x86)\PuTTY\plink.exe" -batch abc@xyz ...
0
votes
2answers
380 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 ...
0
votes
1answer
471 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
2answers
229 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 ...
0
votes
0answers
97 views
PLINK and removing parts of the data
I have a file of SNPs that was processed using plink. Is there an easy method to remove the monomorphic snps from the file using plink? or is this best done using python. I have a list of several ...
0
votes
1answer
430 views
Run bash script to control JBoss from Windows using PLink.exe?
I created a windows batch file with the following content:
plink -batch PuttySaveSessionName -pw thePassword "bash stop.sh"
stop.sh is located in the home directory of the linux machine I log in ...
0
votes
2answers
834 views
Plink SSH: '-m file' option not working
I am trying to use Plink for running commands on remote server. Both, local & remote machine are Windows. Though I am able to connect to the remote machine using Plink, i am not able to use the ...
0
votes
4answers
2k 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
489 views
emacs, tramp, rsync, MS Windows
Similar to http://stackoverflow.com/questions/148578/
but that question doesn't address MS Windows.
Has anyone been able to use rsync instead of plink, either through cygwin or otherwise?
0
votes
2answers
520 views
python unicode implementation (using external programs: cygnative plink ssh rsync)
I have a backup applications in python that needs to work on Windows. It needs UTF compatibility (to be able to backup directories that contain UTF characters like italian accents). The problem is it ...
0
votes
3answers
580 views
Speeding up ssh in batch files
This is my situation:
I have a linux server/media center with a windows client.
My goal is to remote control rhythmbox amongst other things.
I've done this ...
0
votes
9answers
3k 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 ...
-1
votes
1answer
24 views
GNU app usage along with a closed source app [closed]
My program requires plink app which is distributed under the GNU license. plink is an executable and it will be used externally from my app - i.e.
handle = CreateProcess("plink.exe", ....) and so ...