0
votes

I am trying to access unix from command prompt using SSH connection with the below command

C:\Program Files\PuTTY>putty.exe -ssh gemini -l usename -pw password

Now i also want to run command in gemini from command prompt. Will that be possible ?

I have found few solutions as below

C:\Program Files\PuTTY>putty.exe -ssh gemini -l username -pw password -m "C:\path\cmd.txt"

But running that just opens my putty and closes and not sure what is missing.

can someone help me with this please ?

1
it says access denied. 1. plink.exe -ssh gemini -l username -pw password -m "C:\path\cmd.txt" > output.txt 2. plink.exe -ssh gemini -l patlolls -pw putty666 -m "C:\path\cmd.txt" > output.txt. i have tried above two commands. Not sure access to what is denied.user2947371

1 Answers

0
votes

Have you tried to remove doble quotes in file path?