0

I saved a PuTTY session and when I double click it, I can automatically login to remote Linux server successfully. But due to some requirement I’m trying to load it in Plink command on cmd as below

plink -load sessname hbl 

But it ends with error

Unable to open connection:
Host does not exist

Is there any way to call PuTTY session in Plink commmand line?

0

1 Answer 1

1

When you save a PuTTY stored session like:

enter image description here


You can then load it in Plink, using the -load switch, like this:

plink -load "My session"
0

Not the answer you're looking for? Browse other questions tagged or ask your own question.