Files
mRemoteNG/mRemoteNGTests/Resources/test_puttyConnectionManager_database.dat
2016-09-25 14:01:43 -06:00

48 lines
3.8 KiB
XML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-16"?>
<!-- ****************************************************************-->
<!-- * *-->
<!-- * PuTTY Configuration Manager save file - All right reserved. *-->
<!-- * *-->
<!-- ****************************************************************-->
<!-- The following lines can be modified at your own risks. -->
<configuration version="0.7.1.136" savepassword="True">
<root type="database" name="test_puttyConnectionManager_database" expanded="True">
<container type="folder" name="SSHFolder" expanded="True">
<connection type="PuTTY" name="my ssh connection">
<connection_info>
<name>my ssh connection</name>
<protocol>SSH</protocol>
<host>server1.mydomain.com</host>
<port>22</port>
<session>MyCustomPuttySession</session>
<commandline />
<description>My Description Here</description>
</connection_info>
<login>
<login>mysshusername</login>
<password>password123</password>
<prompt />
</login>
<timeout>
<connectiontimeout>1000</connectiontimeout>
<logintimeout>750</logintimeout>
<passwordtimeout>750</passwordtimeout>
<commandtimeout>750</commandtimeout>
</timeout>
<command>
<command1 />
<command2 />
<command3 />
<command4 />
<command5 />
</command>
<options>
<loginmacro>True</loginmacro>
<postcommands>False</postcommands>
<endlinechar>10</endlinechar>
</options>
</connection>
</container>
<container type="folder" name="TelnetFolder" expanded="True" />
</root>
</configuration>