Advertisement
Guest User

Untitled

a guest
Jan 16th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-16"?>
  2. <!-- ******************************************************************-->
  3. <!-- * *-->
  4. <!-- * PuTTY Configuration Manager export file - All right reserved. *-->
  5. <!-- * *-->
  6. <!-- ******************************************************************-->
  7. <!-- The following lines can be modified at your own risks. -->
  8. <configuration version="0.7.1.136" savepassword="False">
  9. <root type="database" name="company" expanded="True">
  10. <container type="folder" name="Routers" expanded="True">
  11. <container type="folder" name="Backhauls" expanded="False">
  12. <container type="folder" name="backhaul" expanded="True">
  13. <connection type="PuTTY" name="side1">
  14. <connection_info>
  15. <name>side1</name>
  16. <protocol>Telnet</protocol>
  17. <host>1.2.3.4</host>
  18. <port>23</port>
  19. <session>Default Settings</session>
  20. <commandline />
  21. <description />
  22. </connection_info>
  23. <login>
  24. <login />
  25. <password />
  26. <prompt />
  27. </login>
  28. <timeout>
  29. <connectiontimeout>1000</connectiontimeout>
  30. <logintimeout>750</logintimeout>
  31. <passwordtimeout>750</passwordtimeout>
  32. <commandtimeout>750</commandtimeout>
  33. </timeout>
  34. <command>
  35. <command1 />
  36. <command2 />
  37. <command3 />
  38. <command4 />
  39. <command5 />
  40. </command>
  41. <options>
  42. <loginmacro>False</loginmacro>
  43. <postcommands>False</postcommands>
  44. <endlinechar>10</endlinechar>
  45. </options>
  46. </connection><connection type="PuTTY" name="side2">
  47. <connection_info>
  48. <name>side2</name>
  49. <protocol>Telnet</protocol>
  50. <host>2.3.4.5</host>
  51. <port>23</port>
  52. <session>Default Settings</session>
  53. <commandline />
  54. <description />
  55. </connection_info>
  56. <login>
  57. <login />
  58. <password />
  59. <prompt />
  60. </login>
  61. <timeout>
  62. <connectiontimeout>1000</connectiontimeout>
  63. <logintimeout>750</logintimeout>
  64. <passwordtimeout>750</passwordtimeout>
  65. <commandtimeout>750</commandtimeout>
  66. </timeout>
  67. <command>
  68. <command1 />
  69. <command2 />
  70. <command3 />
  71. <command4 />
  72. <command5 />
  73. </command>
  74. <options>
  75. <loginmacro>False</loginmacro>
  76. <postcommands>False</postcommands>
  77. <endlinechar>10</endlinechar>
  78. </options>
  79. </connection>
  80. </container>
  81. </container>
  82. </container>
  83. </root>
  84. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement