mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
48 lines
3.8 KiB
XML
48 lines
3.8 KiB
XML
<?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> |