Top "Plink" questions

Plink (PuTTY Link) is a command-line interface to the PuTTY back ends, written and maintained primarily by Simon Tatham.

Multiple commands using batch and Plink?

Hello I am trying to use a batch file to log into a server using plink, go to specific directory …

ssh putty plink
Create a process using Plink in PowerShell and sending commands to it

I need to be able to create a process on a remote device and send come commands to it using …

powershell process putty interactive plink
send commands to serial port using putty and .bat file

I would like to send following AT commands automatically by creating a .bat file using PuTTy. AT ok AT+CPIN = 1234 …

batch-file putty plink
How to submit Plink "Access granted. Press Return to begin session" prompt automatically

I'm writing a simple Windows batch script to allow me to execute some Linux command on my remote server with …

windows batch-file ssh putty plink
Testing using Plink.exe to connect to SSH in C#

Im trying to connect to a unix terminal via plink.exe. The goal is so that I can read the …

c# ssh automation putty plink
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 …

scripting batch-file plink errorlevel
plink Unable to open serial port

Configuration: Windows 7 putty 0.67 plink 0.67 Problem I am trying to use plink to open a serial port connection on COM9. Using …

serial-port putty plink
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 …

windows mercurial ssh putty plink
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: …

windows perl iis plink
plink won't return to command prompt

I try to execute a bash script via plink. Script looks something like this: echo "@ Starting process..." ./bin/process "process.…

bash plink