简体   繁体   中英

Call PuTTY session in Plink

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?

When you save a PuTTY stored session like:

在此处输入图片说明


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

plink -load "My session"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM