plink Questions

21

Solved

I try to push changes from my local repo to a remote repo. When I type: git push origin I get the following error: The server's host key is not cached in the registry. You have no guarantee tha...
Weave asked 8/2, 2011 at 9:31

5

Solved

The implementation of key handling with (Tortoise)Git for Windows confuses me. As far as I understood, you can implement with either ssh.exe (gits own ssh program), where you can then choose an ssh...
Randolf asked 25/11, 2014 at 14:56

6

Solved

I'm trying to configure Git to use Plink. It worked for me many times before. Now, for some reason, this option isn't available to me (it is disabled): I tried uninstalling and reinstalling Git ...
Peria asked 6/6, 2010 at 17:14

1

Solved

I need to execute one or more commands via COM port (from console) on an embedded Linux device. I am trying to use plink on a Windows machine but it doesn't work. I've tried different cases, one of...
Vespid asked 24/12, 2021 at 13:4

3

Solved

These are the things I need to do: Open putty.exe Enter username and password. Run a shell script. I am using UFT (VB Scripting). I am able to open PuTTY but not able to enter username and passwo...
Worldshaking asked 7/9, 2016 at 4:52

1

I'm having a difficult time getting the input from the root password line to auto plug in just like the ssh password does. So far I have this, then it crashes. I'm trying to get the batch file to i...
Demisemiquaver asked 19/3, 2021 at 22:2

9

Solved

I was using Git with beanstalk in windows 7. Now I got new system with Windows 8.1. Now I configured Git and Tortoisegit with new system.Its working fine in local commit but when I pushed to ...
Scutum asked 23/1, 2015 at 9:28

3

I need to execute a shell script remotely inside the Linux box from Windows #!/bin/bash if [ "$#" -ne 1 ]; then echo "Illegal number of parameters" exit fi echo "$1" Here is the command I ra...
Spurtle asked 13/12, 2014 at 19:9

1

Solved

I'm writing a simple Windows batch script to allow me to execute some Linux command on my remote server with the help of plink.exe. call set argument1=plink -pw mypwsswd [email protected] cd ...
Polymyxin asked 31/8, 2019 at 6:23

1

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...
Advertent asked 4/2, 2013 at 15:14

1

Solved

I want to make connection by serial port in PLINK. The problem is that the code (below) doesn't work because file remove.txt is all sent at once, while terminal is asking for a login and before it ...
Puffball asked 25/4, 2019 at 14:0

3

Solved

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 ...
Transmission asked 9/11, 2011 at 16:17

2

Solved

We are using Plink for a tunnel to a MySQL. We are using it in this format: plink.exe -L [Port of our client]:[my-sql server host name]:3306 [bridge server ssh username]@[bridge server IP] -i [pri...
Pycnometer asked 18/4, 2018 at 8:21

2

Hello I am trying to use a batch file to log into a server using plink, go to specific directory and run commands. I can not get this to work. Appreciate any help. plink -t -ssh [email ...
Consols asked 1/10, 2015 at 17:20

1

Solved

This is the first time that I am trying to write a "plink" command that will connect to a device and to have a remote command executed afterwards. And I am blocked so far. Here is the command I h...
Treytri asked 1/8, 2018 at 23:50

2

Solved

I need to download and compile plink/pscp on my Windows. Since I need specific version (0.69), I searched for the tag, and checked out to that commit. In putty readme, they write that if I want t...
Precancel asked 13/8, 2017 at 9:5

3

Solved

Earlier I used Mercurial command line installation and it worked fine for me with default ssh client and keys location in ~/.ssh. On my new laptop I installed TortoiseHg. Now any remote request (...
Willed asked 12/8, 2015 at 18:7

4

I want to create my own variant of makePSOCKcluster and newPSOCKnode using ssh connection via plink. So, I rewrite code if (machine != "localhost") { rshcmd <- getClusterOption("rshcmd", opti...
Tsana asked 21/2, 2017 at 23:5

1

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 PuTTY I can open the serial connection on COM9 and I have a saved s...
Fussbudget asked 12/12, 2016 at 10:39

2

Solved

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 ...
Soyuz asked 3/11, 2010 at 18:31

1

Solved

I have a wifi module that I need to communicate with over serial connection. It requires a user/password to authenticate. Is this possible to achieve using Plink? here is what I am trying to do: p...
Frendel asked 29/11, 2016 at 23:41

2

I am trying to connect to a serial port and send a series of commands from a file. Firstly I have mananged to connect via the following: PuTTY.exe -serial COM3 -sercfg 57600,8,n,1,N E.g. I ha...

2

Solved

Thanks to @user2526830 for the code. Based on that code I added few lines to my program since I want to read the output of the SSH command. Below is my code which gives an error at line while S...
Tellurian asked 8/6, 2016 at 6:11

1

I'm using PowerShell to remotely issue a command on a Linux server. I'm using plink to connect to the server. However plink strips out double quotes in the commands I want to run. This stops those...
Macrobiotic asked 21/1, 2016 at 11:6

1

I need to login to an SSH session using password, and then execute the user input values for a particular account. For example: PLINK.EXE -ssh ***** -l ***** -pw ***** I am able to login, now ...
Lil asked 27/12, 2015 at 4:59

© 2022 - 2025 — McMap. All rights reserved.