ssdtrdhinesh / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

Importing Sessions from PuTTY CM, Passwords not passed into SuperPuTTY #386

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Export PuTTY CM database as XML (Have passwords added to each individually 
session, so that you are logged in automatically)
2. In SuperPuTTY, Import Session from PuTTY CM Export
3. Notice that none of the passwords were passed in the extra arguments 

What is the expected output? What do you see instead?

I expected to see -pw mypassword entered into the Extra Argument field so that 
I am automatically logged in.

What version of the product are you using? On what operating system?

1.4.0.4 on Windows 7 Home Premium 64 bit, unsure of PuTTY CM version, but most 
up to date one.

Please provide any additional information below.

This isn't really a defect, but if there was an easy workaround that would be 
nice. I have dozens of servers that I do not want to have passwords for 
manually. In the XML export from PuTTY CM, passwords are contained in 
<password>mypassword</password>, and in superPuTTY is it contained in 
ExtraArgs="mypassword"/>

Thanks

Original issue reported on code.google.com by seman....@gmail.com on 30 Oct 2013 at 5:24