thulandre / superputty

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

How to restore connection file in putty connection manager #438

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I am using MremoteNG i have save my connection data as xml file.
I need to restore it in Putty connection manger.

I have restore it in Putty connection manger but iam not able to view that 
connections.

Kindly do need full.

Original issue reported on code.google.com by rajjang...@gmail.com on 30 Jun 2014 at 11:20

GoogleCodeExporter commented 9 years ago
Can you paste your config. Below is a snippet of mine with 1 host listed so it 
gives you an idea how your importing XML should look like too.

Note: Remember that SessionId is your host within folders, so below it's EIT 
folder with DMZ folder and then the host of firewall. Any other settings can be 
stored within putty's saved setting "Default Settings" or specific host if 
there is one used in putty/SP config.

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfSessionData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <SessionData SessionId="EIT/DMZ/firewall" SessionName="firewall" ImageKey="firewall" Host="172.18.20.254" Port="22" Proto="SSH" PuttySession="Default Settings" Username="root" ExtraArgs="" />
</ArrayOfSessionData>

Original comment by djtrem...@gmail.com on 10 Jul 2014 at 10:35

GoogleCodeExporter commented 9 years ago
Here is the sample 

<?xml version="1.0" encoding="utf-8"?>
<Connections Name="Connexions" Export="False" ConfVersion="1.3">
    <Node Name="Connexion CT2" Type="Container" Expanded="False" Descr="" Icon="mRemoteNG" Panel="G n ral" Username="" Domain="" Password="" Hostname="" Protocol="RDP" PuttySession="Default Settings" Port="3389" ConnectToConsole="False" Colors="Colors16Bit" Resolution="FitToWindow" DisplayWallpaper="False" DisplayThemes="False" CacheBitmaps="True" RedirectDiskDrives="False" RedirectPorts="False" RedirectPrinters="False" RedirectSmartCards="False" RedirectSound="DoNotPlay" RedirectKeys="False" InheritCacheBitmaps="False" InheritColors="False" InheritDescription="False" InheritDisplayThemes="False" InheritDisplayWallpaper="False" InheritDomain="False" InheritIcon="False" InheritPanel="False" InheritPassword="False" InheritPort="False" InheritProtocol="False" InheritPuttySession="False" InheritRedirectDiskDrives="False" InheritRedirectKeys="False" InheritRedirectPorts="False" InheritRedirectPrinters="False" InheritRedirectSmartCards="False" InheritRedirectSound="False" InheritResolution="False" InheritUseConsoleSession="False" InheritUsername="False">
        <Node Name="GMAO" Type="Container" Expanded="False" Descr="" Icon="mRemoteNG" Panel="G n ral" Username="" Domain="" Password="" Hostname="" Protocol="RDP" PuttySession="Default Settings" Port="3389" ConnectToConsole="False" Colors="Colors16Bit" Resolution="FitToWindow" DisplayWallpaper="False" DisplayThemes="False" CacheBitmaps="True" RedirectDiskDrives="False" RedirectPorts="False" RedirectPrinters="False" RedirectSmartCards="False" RedirectSound="DoNotPlay" RedirectKeys="False" InheritCacheBitmaps="False" InheritColors="False" InheritDescription="False" InheritDisplayThemes="False" InheritDisplayWallpaper="False" InheritDomain="False" InheritIcon="False" InheritPanel="False" InheritPassword="False" InheritPort="False" InheritProtocol="False" InheritPuttySession="False" InheritRedirectDiskDrives="False" InheritRedirectKeys="False" InheritRedirectPorts="False" InheritRedirectPrinters="False" InheritRedirectSmartCards="False" InheritRedirectSound="False" InheritResolution="False" InheritUseConsoleSession="False" InheritUsername="False">
            <Node Name="Production" Type="Container" Expanded="False" Descr="" Icon="mRemoteNG" Panel="G n ral" Username="" Domain="" Password="" Hostname="" Protocol="RDP" PuttySession="Default Settings" Port="3389" ConnectToConsole="False" Colors="Colors16Bit" Resolution="FitToWindow" DisplayWallpaper="False" DisplayThemes="False" CacheBitmaps="True" RedirectDiskDrives="False" RedirectPorts="False" RedirectPrinters="False" RedirectSmartCards="False" RedirectSound="DoNotPlay" RedirectKeys="False" InheritCacheBitmaps="False" InheritColors="False" InheritDescription="False" InheritDisplayThemes="False" InheritDisplayWallpaper="False" InheritDomain="False" InheritIcon="False" InheritPanel="False" InheritPassword="False" InheritPort="False" InheritProtocol="False" InheritPuttySession="False" InheritRedirectDiskDrives="False" InheritRedirectKeys="False" InheritRedirectPorts="False" InheritRedirectPrinters="False" InheritRedirectSmartCards="False" InheritRedirectSound="False" InheritResolution="False" InheritUseConsoleSession="False" InheritUsername="False">
                <Node Name="ruma001b.gdf.fr [ secadm ]" Type="Connection" Descr="" Icon="mRemoteNG" Panel="G n ral" Username="secadm" Domain="" Password="0t9z3MAWTYbOPc7ehE+Elv+AznEoV8Cb7svtyJlQuNM=" Hostname="ruma001b.gdf.fr" Protocol="SSH2" PuttySession="Default Settings" Port="22" ConnectToConsole="False" Colors="Colors16Bit" Resolution="FitToWindow" DisplayWallpaper="False" DisplayThemes="False" CacheBitmaps="True" RedirectDiskDrives="False" RedirectPorts="False" RedirectPrinters="False" RedirectSmartCards="False" RedirectSound="DoNotPlay" RedirectKeys="False" InheritCacheBitmaps="False" InheritColors="False" InheritDescription="False" InheritDisplayThemes="False" InheritDisplayWallpaper="False" InheritDomain="False" InheritIcon="False" InheritPanel="False" InheritPassword="False" InheritPort="False" InheritProtocol="False" InheritPuttySession="False" InheritRedirectDiskDrives="False" InheritRedirectKeys="False" InheritRedirectPorts="False" InheritRedirectPrinters="False" InheritRedirectSmartCards="False" InheritRedirectSound="False" InheritResolution="False" InheritUseConsoleSession="False" InheritUsername="False" />

Original comment by rajjang...@gmail.com on 10 Jul 2014 at 2:38