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 succe
I\'m using plink on a windows 7 desktop to create a folder a on win开发者_Python百科dows 2008 server.
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 boxe开发者_StackOve
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:
A SSH connection is opened with Plink (PuTTY) from a windows machine to a solaris server via: Plink.exe -t <hostname> /bin/bash
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\'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 problem in a nutshell: running plink(with specific argument开发者_StackOverflow中文版s) works from cmd, but not from asp.net
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 det
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.