﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Ipswitch Forums / WS_FTP Professional Software Development Kit / Ipswitch Products </title><generator>InstantForum.NET v4.1.4</generator><description>Ipswitch Forums</description><link>http://forums.ipswitch.com/</link><webMaster>forums@ipswitch.com</webMaster><lastBuildDate>Mon, 12 May 2008 05:54:59 GMT</lastBuildDate><ttl>20</ttl><item><title>Windows 2003 Service Pack 2 Issue</title><link>http://forums.ipswitch.com/Topic40584-9-1.aspx</link><description>All the previous errors I posted seems to be happening because of Windows 2003 Service Pack 2. I went ahead and un-installed  Service Pack 2, and reran my application, and now I don't see that error anymore.</description><pubDate>Thu, 31 Jan 2008 10:40:10 GMT</pubDate><dc:creator>M$</dc:creator></item><item><title>what't the matter of the problem</title><link>http://forums.ipswitch.com/Topic43113-9-1.aspx</link><description>I purchased the SDK last week, and tested the sample. it work very well at my computer. but when I publish it to the server(two CPU,OS is windows2003), it is very unstabled. It terminal without throwing any exception,the logfile I got was always changing.&lt;/P&gt;&lt;P&gt;the following is some logfile&lt;/P&gt;&lt;P&gt;file1:&lt;/P&gt;&lt;P&gt;Connecting to ftpserver:21&lt;/P&gt;&lt;P&gt;Connected to ftpserver:21 in 0.015625 seconds, Waiting for Server Response&lt;/P&gt;&lt;P&gt;Initializing SSL Session ...&lt;/P&gt;&lt;P&gt;220 GIS FTP Server (java -1.1.00) ready.&lt;/P&gt;&lt;P&gt;AUTH SSL&lt;/P&gt;&lt;P&gt;234 Security data exchange complete.&lt;/P&gt;&lt;P&gt;SSL Session Started.&lt;/P&gt;&lt;P&gt;Host type (1): Automatic detect&lt;/P&gt;&lt;P&gt;file 2:&lt;/P&gt;&lt;P&gt;Connecting to ftpserver:21&lt;/P&gt;&lt;P&gt;Connected to ftpserver:21 in 0.015625 seconds, Waiting for Server Response&lt;/P&gt;&lt;P&gt;Initializing SSL Session ...&lt;/P&gt;&lt;P&gt;220 GIS FTP Server (java -1.1.00) ready.&lt;/P&gt;&lt;P&gt;AUTH SSL&lt;/P&gt;&lt;P&gt;234 Security data exchange complete.&lt;/P&gt;&lt;P&gt;SSL Session Started.&lt;/P&gt;&lt;P&gt;Host type (1): Automatic detect&lt;/P&gt;&lt;P&gt;USER GPAYDUTT1&lt;/P&gt;&lt;P&gt;331 Password required for GPAYDUTT1.&lt;/P&gt;&lt;P&gt;PASS (hidden)&lt;/P&gt;&lt;P&gt;230 User GPAYDUTT1 logged in.&lt;/P&gt;&lt;P&gt;SYST&lt;/P&gt;&lt;P&gt;215 UNIX Type: A&lt;/P&gt;&lt;P&gt;Host type (2): UNIX (standard)&lt;/P&gt;&lt;P&gt;PBSZ 0&lt;/P&gt;&lt;P&gt;///////////////////////////&lt;/P&gt;&lt;P&gt;what's the problem ? &lt;/P&gt;&lt;P&gt;does someone give me an answer.&lt;/P&gt;&lt;P&gt;thank you in advance.</description><pubDate>Tue, 22 Apr 2008 22:43:55 GMT</pubDate><dc:creator>masonlu</dc:creator></item><item><title>SSH Connection object failing - FTP object works</title><link>http://forums.ipswitch.com/Topic43057-9-1.aspx</link><description>I have a test program that is trying to make an SSH connection:&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;bool&lt;/FONT&gt;&lt;FONT size=2&gt; pbVal = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;false&lt;/FONT&gt;&lt;FONT size=2&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#2b91af size=2&gt;WsftpApiClass&lt;/FONT&gt;&lt;FONT size=2&gt; api = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;new&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;WsftpApiClass&lt;/FONT&gt;&lt;FONT size=2&gt;();&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;P&gt;// WsftpConnection conn = api.CreateConnection(tbURL.Text, tbUID.Text, tbPWD.Text, 2, 21); --- FTP works &lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;WsftpConnection&lt;/FONT&gt;&lt;FONT size=2&gt; conn = api.CreateConnection(tbURL.Text, tbUID.Text, tbPWD.Text, 4, 22); --- SFTP doesnt&lt;/P&gt;&lt;P&gt;pbVal = conn.PutFile(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;""&lt;/FONT&gt;&lt;FONT size=2&gt;,tbFileName.Text,&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"."&lt;/FONT&gt;&lt;FONT size=2&gt;,&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"tada.wav"&lt;/FONT&gt;&lt;FONT size=2&gt;,0,0);&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;MessageBox&lt;/FONT&gt;&lt;FONT size=2&gt;.Show(pbVal.ToString());&lt;/P&gt;&lt;P&gt;Using the WSFTP client with SSH from the same workstation I am able to connect successfully.&lt;/P&gt;&lt;P&gt;Second question:&lt;/P&gt;&lt;P&gt;I found this "&lt;FONT color=#2b91af&gt;WsftpApiClass" class in the forums but nothing in the doc, object model, etc. it was "WsftpApi". Both seem to work. Any details?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#2b91af&gt;&lt;/FONT&gt; &lt;/P&gt;&lt;P&gt;&lt;FONT color=#2b91af&gt;Thanks. Larry.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#2b91af&gt;&lt;/FONT&gt; &lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Mon, 21 Apr 2008 18:25:15 GMT</pubDate><dc:creator>ljkrauss</dc:creator></item><item><title>What does error 80042001 mean?</title><link>http://forums.ipswitch.com/Topic39236-9-1.aspx</link><description>RETRieving a large file using SSL.  It takes 45 minutes for the transfer on a UNIX system.  Although the file is received intact, I don't receive a 226 response as I would expect.  Can you tell me what this error code indicates about the connection or file transfer.&lt;/P&gt;&lt;P&gt;Transfer finished, 286198101 bytes transferred&lt;/P&gt;&lt;P&gt;[2007.12.09 23:18:20.757] Error result 80042001 reading response line&lt;/P&gt;&lt;P&gt;[2007.12.09 23:18:20.757] # transferred 286198101 bytes in 2641.028 seconds, 846.611 Kbps ( 105.826 Kbps), transfer failed.&lt;/P&gt;&lt;P&gt;[2007.12.09 23:19:58.888] QUIT&lt;/P&gt;&lt;P&gt;[2007.12.09 23:19:58.888] Error 825e0000 Sending Command.  The connection is probably dead.</description><pubDate>Mon, 10 Dec 2007 00:50:14 GMT</pubDate><dc:creator>Dave Barribeau</dc:creator></item><item><title>Error create COM calss</title><link>http://forums.ipswitch.com/Topic29506-9-1.aspx</link><description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have developed a windows console application to do some sftp transfers using the secure wsftp pro SDK. I created a msi package which included the Interop.WsftpSDK.dll and WsftpSDK.dll along with my exe's. When I try to execute my console app to do the transfers, it is failing witht he following error msg:&lt;/P&gt;&lt;DIR&gt;&lt;FONT size=2&gt;&lt;P&gt;3/12/2007 1:28:31 PM Error:ExitCode(0)MessageRetrieving the COM class factory for component with CLSID {DEB78591-FA51-45FB-A504-C68555177A5B} failed due to the following error: 80040154.&lt;/P&gt;&lt;P&gt;any help in this regard will be appreciated.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod &lt;/P&gt;&lt;/DIR&gt;&lt;/FONT&gt;</description><pubDate>Mon, 12 Mar 2007 14:56:36 GMT</pubDate><dc:creator>vinshe</dc:creator></item><item><title>IS THIS A ********** BUG ********* IN SDK ?</title><link>http://forums.ipswitch.com/Topic33399-9-1.aspx</link><description>Sporadic error .. Log is attached.&lt;br&gt;&lt;br&gt;Host type (2): Microsoft NT&lt;br&gt;PWD&lt;br&gt;257 "/ftp.rxcz.p" is current directory.&lt;br&gt;Connection succeeedCWD test&lt;br&gt;250 CWD command successful.&lt;br&gt;PWD&lt;br&gt;257 "/ftp.rxcz.p/test" is current directory.&lt;br&gt;TYPE A&lt;br&gt;200 Type set to A.&lt;br&gt;PORT 10,1,105,100,4,217&lt;br&gt;200 PORT command successful.&lt;br&gt;LIST LargeFile*&lt;br&gt;150 Opening ASCII mode data connection for /bin/ls.&lt;br&gt;# transferred 150 bytes in &lt; 0.001 seconds, 1171.875 Kbps ( 146.484 Kbps), transfer succeeded.&lt;br&gt;226 Transfer complete.&lt;br&gt;PWD&lt;br&gt;Error result 80042003 reading response line&lt;br&gt;MLST&lt;br&gt;257 "/ftp.rxcz.p/test" is current directory.&lt;br&gt;NOOP&lt;br&gt;200 NOOP command successful.&lt;br&gt;NOOP&lt;br&gt;200 NOOP command successful.&lt;br&gt;NOOP&lt;br&gt;200 NOOP command successful.&lt;br&gt;NOOP&lt;br&gt;200 NOOP command successful.&lt;br&gt;</description><pubDate>Mon, 04 Jun 2007 16:54:48 GMT</pubDate><dc:creator>M$</dc:creator></item><item><title>You guys are either begging to go out of business or just don't know the answer</title><link>http://forums.ipswitch.com/Topic40554-9-1.aspx</link><description>You guys are either begging to go out of business or just don't know the answer</description><pubDate>Wed, 30 Jan 2008 15:57:24 GMT</pubDate><dc:creator>M$</dc:creator></item><item><title>Access violation error</title><link>http://forums.ipswitch.com/Topic41502-9-1.aspx</link><description>When sending or recieving a file using the sdk I am getting a win 32 unhandled exception of Access Violation. The problem seems intermittent as when I send small files it succeeds most of the time without the exception coming up. If I use dos FTP or the client software I am able to send these files to the destination with no issue. Any assistance would be greatly appreciated.</description><pubDate>Fri, 29 Feb 2008 12:22:57 GMT</pubDate><dc:creator>Michaelk</dc:creator></item><item><title>Software Development</title><link>http://forums.ipswitch.com/Topic41452-9-1.aspx</link><description>Hi everyone,&lt;br&gt;I am new in the software field and I want to read XML from a file by using Visual C# .NET . Please provide a solution for this and also provide me the list of software development companies specialises in the development of custom software applications which deals with custom programming, database design, client-server and internet/intranet software application development on all platforms including windows, Linux, Mac.&lt;br&gt;:crying:</description><pubDate>Thu, 28 Feb 2008 13:26:50 GMT</pubDate><dc:creator>ben45</dc:creator></item><item><title>Directory listing on SFTP site???</title><link>http://forums.ipswitch.com/Topic40597-9-1.aspx</link><description>Hi all,&lt;br&gt;&lt;br&gt;Can any of you elaborate on how to scan through the files on a remote directory using filemask. For example If I only wanted to get all *.csv files from a remote directory on an SFTP site.&lt;br&gt;&lt;br&gt;The following code always lists all the files from the remote directory, where as I need only *.csv files.&lt;br&gt;&lt;br&gt;pConn = pApi.CreateConnection(str_FTPlocation, str_FTPUsername, srr_FTPPassword, WsftpConnectionTypes.WSFTP_CT_SFTP, 22)&lt;br&gt;pFolder = pConn.GetFolder("*.csv", str_FTPDirectory)&lt;br&gt;filecount = pFolder.Count&lt;br&gt;&lt;br&gt;Is this a bug or am I doing something wrong? Please share your thoughts.&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;Karthik&lt;br&gt;&lt;br&gt;</description><pubDate>Thu, 31 Jan 2008 13:38:08 GMT</pubDate><dc:creator>kboominathan</dc:creator></item><item><title>FTP SDK Directory List under IIS</title><link>http://forums.ipswitch.com/Topic41089-9-1.aspx</link><description>Running on a 2003 web server with IIs 6.&lt;/P&gt;&lt;P&gt;A desktop application brings back the correct folder.count value as well as the item data from the directory.&lt;/P&gt;&lt;P&gt;The same code running under IIs brings back a folder count of zero. The log shows the same byte count retrieved as the desktop app but the data is not available.&lt;/P&gt;&lt;P&gt;Has anyone seen this behavior?&lt;/P&gt;&lt;P&gt;Following is the ASp code used.&lt;/P&gt;&lt;P&gt;&amp;lt;%&lt;/P&gt;&lt;P&gt;'on error resume next&lt;BR&gt;Dim m_SessionLogs&lt;BR&gt;dim Datafield&lt;/P&gt;&lt;P&gt;    m_SessionLogs = "*****************************" &amp;amp; "&amp;lt;br&amp;gt;"&lt;BR&gt;    m_SessionLogs = m_SessionLogs &amp;amp; "Start Directory List" &amp;amp; "&amp;lt;br&amp;gt;"&lt;/P&gt;&lt;P&gt;Dim pApi&lt;BR&gt;Dim pConn &lt;BR&gt;Dim pFolder &lt;BR&gt;Dim pLocFolder  &lt;BR&gt;Dim pItem &lt;/P&gt;&lt;P&gt;Dim wkConnStr&lt;BR&gt;m_ServerDir = "/Telecdat/Vics"&lt;/P&gt;&lt;P&gt;wkConnStr = "&lt;A href="ftp://ABC123:ABC123@158.100.100.108"&gt;ftp://ABC123:ABC123@158.100.100.108&lt;/A&gt;"       &lt;/P&gt;&lt;P&gt;        Set pApi = CreateObject("WsftpSDK.WsftpApi.1")                                  'create object name&lt;/P&gt;&lt;P&gt;        Set pConn = pApi.CreateUrlConnection(wkConnStr) 'Use the URL text field in this example&lt;BR&gt;        If pConn Is Nothing Then      'If a connection error encountered&lt;BR&gt;            m_SessionLogs = "Connection error: " &amp;amp; pApi.LastError() &amp;amp; " " &amp;amp; pApi.GetErrorString(pApi.LastError()) &amp;amp; "&amp;lt;br&amp;gt;"&lt;BR&gt;         End If&lt;/P&gt;&lt;P&gt;        m_SessionLogs = m_SessionLogs &amp;amp; "Connected." &amp;amp; "&amp;lt;br&amp;gt;"&lt;/P&gt;&lt;P&gt;&lt;BR&gt;    Set pFolder = pConn.GetFolder("*", m_ServerDir)&lt;BR&gt;    If pFolder Is Nothing Then&lt;BR&gt;        m_SessionLogs = "Change Directory to " &amp;amp; m_ServerDir &amp;amp; " failed. " &amp;amp; pConn.LastServerResponse &amp;amp; "&amp;lt;br&amp;gt;"&lt;BR&gt;    End If&lt;BR&gt;    m_SessionLogs = m_SessionLogs &amp;amp; "Change directory to " &amp;amp; m_ServerDir &amp;amp; " succeeded." &amp;amp; "&amp;lt;br&amp;gt;"&lt;/P&gt;&lt;P&gt;m_SessionLogs = m_SessionLogs &amp;amp; "Folder = " &amp;amp; m_ServerDir &amp;amp; "&amp;lt;br&amp;gt;"&lt;BR&gt;m_SessionLogs = m_SessionLogs &amp;amp; "pFolder.Count= " &amp;amp; pFolder.Count &amp;amp; " *********&amp;lt;br&amp;gt;"&lt;/P&gt;&lt;P&gt;&lt;BR&gt;Datafield = Datafield &amp;amp; "&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Session logs:&amp;lt;br&amp;gt;"&lt;BR&gt;Datafield = Datafield &amp;amp; m_SessionLogs&lt;/P&gt;&lt;P&gt;%&amp;gt;&lt;BR&gt;&amp;lt;HTML&amp;gt;&lt;BR&gt;  &amp;lt;HEAD&amp;gt;&lt;BR&gt;&amp;lt;/HEAD&amp;gt;&lt;BR&gt;&amp;lt;body&amp;gt;&lt;BR&gt;&amp;lt;%= Datafield %&amp;gt;&lt;BR&gt;&amp;lt;/body&amp;gt;&lt;BR&gt;&amp;lt;/HTML&amp;gt;</description><pubDate>Tue, 19 Feb 2008 14:56:56 GMT</pubDate><dc:creator>vasimo</dc:creator></item><item><title>Change File Attributes</title><link>http://forums.ipswitch.com/Topic40963-9-1.aspx</link><description>I am connection to a WS_FTP SFTP/SSH server.  I need to write over an existing file.  That file is set to read-only.  How can I change the attributes of the remote file?  I've tried the ChangeAttributes command, that doesn't work.</description><pubDate>Thu, 14 Feb 2008 10:51:57 GMT</pubDate><dc:creator>ekgurney</dc:creator></item><item><title>Error 83ef0000 receiving sftp packet</title><link>http://forums.ipswitch.com/Topic40958-9-1.aspx</link><description>We are getting an intermittent error when uploading files with the SDK version 8.0.1.  The file sizes are farily consistant with each upload (none over 10 MB) and we get this error occasonally:&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New"&gt;SSH Channel confirmed open: LocalID:(0760a2ce) ServerID(00000000) ServerMaxPacket(34000) ServerWindow(0)&lt;BR&gt;Started subsystem "sftp" on channel 0760a2ce&lt;BR&gt;Server Window of 0 not enough for data of 9 on channel 0760a2ce&lt;BR&gt;Waiting for 5 seconds for server to adjust channel window&lt;BR&gt;Adjusting Channel Server Window by 131072 bytes from 0 to 131072&lt;BR&gt;SFTP Protocol Version 3 OK&lt;BR&gt;sftp protocol initialized&lt;BR&gt;Opening remote file "./XXX.100271" for writing&lt;BR&gt;Uploading local file "D:\XXX.STL"&lt;BR&gt;SFTP Send File Parameters: MaxSendBlock=30000, MinSendBlock=4096, ServerMaxPacket=34000, StatusTimeout(300)&lt;BR&gt;AvgSendRecvRTT(172 ticks), AvgWindowAdjustment(131072 bytes), AvgWindowAdjustmentPoint(0 bytes)&lt;BR&gt;510000 bytes of 10192249 sent - (5%)&lt;BR&gt;990000 bytes of 10192249 sent - (10%)&lt;BR&gt;1500000 bytes of 10192249 sent - (15%)&lt;BR&gt;SFTP Upload reducing MinServerWindow to 3102, PacketDivisor to 4&lt;BR&gt;2070000 bytes of 10192249 sent - (20%)&lt;BR&gt;2550000 bytes of 10192249 sent - (25%)&lt;BR&gt;3030000 bytes of 10192249 sent - (30%)&lt;BR&gt;SFTP Upload reducing MinServerWindow to 2327, PacketDivisor to 5&lt;BR&gt;3606276 bytes of 10192249 sent - (35%)&lt;BR&gt;4085851 bytes of 10192249 sent - (40%)&lt;BR&gt;4565486 bytes of 10192249 sent - (45%)&lt;BR&gt;SFTP Upload reducing MinServerWindow to 1746, PacketDivisor to 6&lt;BR&gt;5083006 bytes of 10192249 sent - (50%)&lt;BR&gt;5611959 bytes of 10192249 sent - (55%)&lt;BR&gt;6081241 bytes of 10192249 sent - (60%)&lt;BR&gt;6589684 bytes of 10192249 sent - (65%)&lt;BR&gt;7137297 bytes of 10192249 sent - (70%)&lt;BR&gt;7606723 bytes of 10192249 sent - (75%)&lt;BR&gt;8115309 bytes of 10192249 sent - (80%)&lt;BR&gt;8663062 bytes of 10192249 sent - (85%)&lt;BR&gt;Server has disconnected for reason 2 (SSH_DISCONNECT_PROTOCOL_ERROR)&lt;BR&gt;"Data length of 19589 bytes exceeded available window space of 13538 bytes."&lt;BR&gt;Error 83ef0000 receiving sftp packet&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I have logs from other uploads as well and they show the same thing.  They don't error out in the exact same spot but they give the same error.  Any ideas what's going on here?</description><pubDate>Thu, 14 Feb 2008 10:11:59 GMT</pubDate><dc:creator>kleinke49</dc:creator></item><item><title>SSL Issue</title><link>http://forums.ipswitch.com/Topic40653-9-1.aspx</link><description>Any idea why it is bombing out.&lt;br&gt;&lt;br&gt;&lt;br&gt;[2008.02.01 14:36:36.552] 220 Welcome to Bloom Marketing Group Secure FTP. For assistance, send email to support@bloommg.com.&lt;br&gt;[2008.02.01 14:36:36.552] AUTH SSL&lt;br&gt;[2008.02.01 14:36:36.602] 234 Proceed with negotiation.&lt;br&gt;[2008.02.01 14:36:36.833] All Supported Ciphers:&lt;br&gt;[2008.02.01 14:36:36.833] ADH-AES128-SHA          SSLv3 Kx=DH       Au=None Enc=AES(128)  Mac=SHA1&lt;br&gt;[2008.02.01 14:36:36.833] DHE-RSA-AES128-SHA      SSLv3 Kx=DH       Au=RSA  Enc=AES(128)  Mac=SHA1&lt;br&gt;[2008.02.01 14:36:36.833] DHE-DSS-AES128-SHA      SSLv3 Kx=DH       Au=DSS  Enc=AES(128)  Mac=SHA1&lt;br&gt;[2008.02.01 14:36:36.833] AES128-SHA              SSLv3 Kx=RSA      Au=RSA  Enc=AES(128)  Mac=SHA1&lt;br&gt;[2008.02.01 14:36:36.833] DHE-DSS-RC4-SHA         SSLv3 Kx=DH       Au=DSS  Enc=RC4(128)  Mac=SHA1&lt;br&gt;[2008.02.01 14:36:36.833] IDEA-CBC-SHA            SSLv3 Kx=RSA      Au=RSA  Enc=IDEA(128) Mac=SHA1&lt;br&gt;[2008.02.01 14:36:36.833] RC4-SHA                 SSLv3 Kx=RSA      Au=RSA  Enc=RC4(128)  Mac=SHA1&lt;br&gt;[2008.02.01 14:36:36.843] RC4-MD5                 SSLv3 Kx=RSA      Au=RSA  Enc=RC4(128)  Mac=MD5 &lt;br&gt;[2008.02.01 14:36:36.843] ADH-RC4-MD5             SSLv3 Kx=DH       Au=None Enc=RC4(128)  Mac=MD5 &lt;br&gt;[2008.02.01 14:36:36.843] IDEA-CBC-MD5            SSLv2 Kx=RSA      Au=RSA  Enc=IDEA(128) Mac=MD5 &lt;br&gt;[2008.02.01 14:36:36.843] RC2-CBC-MD5             SSLv2 Kx=RSA      Au=RSA  Enc=RC2(128)  Mac=MD5 &lt;br&gt;[2008.02.01 14:36:36.843] RC4-MD5                 SSLv2 Kx=RSA      Au=RSA  Enc=RC4(128)  Mac=MD5 &lt;br&gt;[2008.02.01 14:36:36.843] EXP1024-DHE-DSS-RC4-SHA SSLv3 Kx=DH(1024) Au=DSS  Enc=RC4(56)   Mac=SHA1 export&lt;br&gt;[2008.02.01 14:36:36.843] EXP1024-RC4-SHA         SSLv3 Kx=RSA(1024) Au=RSA  Enc=RC4(56)   Mac=SHA1 export&lt;br&gt;[2008.02.01 14:36:36.843] EXP1024-DHE-DSS-DES-CBC-SHA SSLv3 Kx=DH(1024) Au=DSS  Enc=DES(56)   Mac=SHA1 export&lt;br&gt;[2008.02.01 14:36:36.843] EXP1024-DES-CBC-SHA     SSLv3 Kx=RSA(1024) Au=RSA  Enc=DES(56)   Mac=SHA1 export&lt;br&gt;[2008.02.01 14:36:36.843] EXP1024-RC2-CBC-MD5     SSLv3 Kx=RSA(1024) Au=RSA  Enc=RC2(56)   Mac=MD5  export&lt;br&gt;[2008.02.01 14:36:36.843] EXP1024-RC4-MD5         SSLv3 Kx=RSA(1024) Au=RSA  Enc=RC4(56)   Mac=MD5  export&lt;br&gt;[2008.02.01 14:36:36.853] EXP-EDH-RSA-DES-CBC-SHA SSLv3 Kx=DH(512)  Au=RSA  Enc=DES(40)   Mac=SHA1 export&lt;br&gt;[2008.02.01 14:36:36.853] EXP-EDH-DSS-DES-CBC-SHA SSLv3 Kx=DH(512)  Au=DSS  Enc=DES(40)   Mac=SHA1 export&lt;br&gt;[2008.02.01 14:36:36.853] EXP-DES-CBC-SHA         SSLv3 Kx=RSA(512) Au=RSA  Enc=DES(40)   Mac=SHA1 export&lt;br&gt;[2008.02.01 14:36:36.853] EXP-RC2-CBC-MD5         SSLv3 Kx=RSA(512) Au=RSA  Enc=RC2(40)   Mac=MD5  export&lt;br&gt;[2008.02.01 14:36:36.853] EXP-RC4-MD5             SSLv3 Kx=RSA(512) Au=RSA  Enc=RC4(40)   Mac=MD5  export&lt;br&gt;[2008.02.01 14:36:36.853] EXP-ADH-DES-CBC-SHA     SSLv3 Kx=DH(512)  Au=None Enc=DES(40)   Mac=SHA1 export&lt;br&gt;[2008.02.01 14:36:36.853] EXP-ADH-RC4-MD5         SSLv3 Kx=DH(512)  Au=None Enc=RC4(40)   Mac=MD5  export&lt;br&gt;[2008.02.01 14:36:36.853] EXP-RC2-CBC-MD5         SSLv2 Kx=RSA(512) Au=RSA  Enc=RC2(40)   Mac=MD5  export&lt;br&gt;[2008.02.01 14:36:36.853] EXP-RC4-MD5             SSLv2 Kx=RSA(512) Au=RSA  Enc=RC4(40)   Mac=MD5  export&lt;br&gt;[2008.02.01 14:36:36.943] _ConnectSSL, After SSL_Connect, error: -1&lt;br&gt;[2008.02.01 14:36:36.943] no peer certificate available&lt;br&gt;[2008.02.01 14:36:36.953] No client certificate CA names sent&lt;br&gt;[2008.02.01 14:36:36.953] SSL handshake has read 7 bytes and written 124 bytes&lt;br&gt;[2008.02.01 14:36:36.953] New, (NONE), Cipher is (NONE)&lt;br&gt;[2008.02.01 14:36:36.953] SSL Connect error 2:&lt;br&gt;[2008.02.01 14:36:36.953] Connect Failed. &lt;br&gt;[2008.02.01 14:36:36.953] SSL Connect Failed&lt;br&gt;[2008.02.01 14:36:36.953] Host type (1): Automatic detect&lt;br&gt;Failed to create connection, error: 80110000[2008.02.01 14:36:41.969] Connecting to 66.244.115.3:21&lt;br&gt;</description><pubDate>Fri, 01 Feb 2008 16:10:44 GMT</pubDate><dc:creator>M$</dc:creator></item><item><title>Cancelling transfer:  Telling server to stop sending data.</title><link>http://forums.ipswitch.com/Topic40553-9-1.aspx</link><description>Why am I getting this ?&lt;br&gt;&lt;br&gt;&lt;br&gt;Transfer progress, 187504 bytes transferred&lt;br&gt;&lt;br&gt;Transfer progress, 197340 bytes transferred&lt;br&gt;&lt;br&gt;[2008.01.30 13:47:36.018] Cancelling transfer:  Telling server to stop sending data.&lt;br&gt;&lt;br&gt;</description><pubDate>Wed, 30 Jan 2008 15:50:20 GMT</pubDate><dc:creator>M$</dc:creator></item><item><title>Cancelling transfer:  Telling server to stop sending data.</title><link>http://forums.ipswitch.com/Topic40552-9-1.aspx</link><description>Why am I getting this ?&lt;br&gt;&lt;br&gt;&lt;br&gt;Transfer progress, 187504 bytes transferred&lt;br&gt;&lt;br&gt;Transfer progress, 197340 bytes transferred&lt;br&gt;&lt;br&gt;[2008.01.30 13:47:36.018] Cancelling transfer:  Telling server to stop sending data.&lt;br&gt;&lt;br&gt;</description><pubDate>Wed, 30 Jan 2008 15:49:59 GMT</pubDate><dc:creator>M$</dc:creator></item><item><title>Keeping Control Connection Alive</title><link>http://forums.ipswitch.com/Topic29574-9-1.aspx</link><description>When trying to download huge files the control connetion seem to get terminated. Is there a way to keep it alive in SDK? Here is the log.  DOS FTP Client works fine, that is , I get 221 REPLY CODE back after the download !!&lt;br&gt;&lt;br&gt;Connecting to 63.78.143.254:21&lt;br&gt;Connected to 63.78.143.254:21 in 0.109379 seconds, Waiting for Server Response&lt;br&gt;220 Microsoft FTP Service&lt;br&gt;Host type (1): Automatic detect&lt;br&gt;USER solutions\ftp.uafc.rxcq.p&lt;br&gt;331 Password required for solutions\ftp.uafc.rxcq.p.&lt;br&gt;PASS (hidden)&lt;br&gt;230 User solutions\ftp.uafc.rxcq.p logged in.&lt;br&gt;SYST&lt;br&gt;215 Windows_NT&lt;br&gt;Host type (2): Microsoft NT&lt;br&gt;PWD&lt;br&gt;257 "/ftp.uafc.rxcq.p" is current directory.&lt;br&gt;Connection succeeedCWD /ftp.uafc.rxcq.p/pick_up&lt;br&gt;250 CWD command successful.&lt;br&gt;/ftp.uafc.rxcq.p/pick_up * loaded from [Directory Listing Cache]DIR10D.tmp&lt;br&gt;PWD&lt;br&gt;257 "/ftp.uafc.rxcq.p/pick_up" is current directory.&lt;br&gt;TYPE A&lt;br&gt;200 Type set to A.&lt;br&gt;PORT 10,1,109,241,11,105&lt;br&gt;200 PORT command successful.&lt;br&gt;LIST *&lt;br&gt;150 Opening ASCII mode data connection for /bin/ls.&lt;br&gt;# transferred 1998 bytes in 0.016 seconds, 998.955 Kbps ( 124.869 Kbps), transfer succeeded.&lt;br&gt;226 Transfer complete.&lt;br&gt;TYPE I&lt;br&gt;200 Type set to I.&lt;br&gt;PORT 10,1,109,241,11,109&lt;br&gt;200 PORT command successful.&lt;br&gt;RETR UAT_UAT_WK_ADD_TERM.TXT.OLD&lt;br&gt;150 Opening BINARY mode data connection for UAT_UAT_WK_ADD_TERM.TXT.OLD(39511808 bytes).&lt;br&gt;Transfer start, 39511808 bytes&lt;br&gt;Transfer finished, 39511808 bytes transferred&lt;br&gt;226 Transfer complete.&lt;br&gt;# transferred 39511808 bytes in 534.946 seconds, 577.042 Kbps ( 72.130 Kbps), transfer succeeded.&lt;br&gt;QUIT&lt;br&gt;Failed Sending Command.  The connection is probably dead.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------DOS FTP CLIENT LOG------------------------------------------&lt;br&gt;&lt;br&gt;ftp&gt; get uat_uat_wk_add_term.txt.old&lt;br&gt;---&gt; PORT 10,1,109,241,14,91&lt;br&gt;200 PORT command successful.&lt;br&gt;---&gt; RETR uat_uat_wk_add_term.txt.old&lt;br&gt;150 Opening ASCII mode data connection for uat_uat_wk_add_term.txt.old(39511808&lt;br&gt;bytes).&lt;br&gt;226 Transfer complete.&lt;br&gt;ftp: 39511808 bytes received in 534.99Seconds 73.85Kbytes/sec.&lt;br&gt;ftp&gt; bye&lt;br&gt;---&gt; QUIT&lt;br&gt;221&lt;br&gt;</description><pubDate>Tue, 13 Mar 2007 16:11:49 GMT</pubDate><dc:creator>M$</dc:creator></item><item><title>Synchronization/filtering capabilities?</title><link>http://forums.ipswitch.com/Topic38578-9-1.aspx</link><description>I’ve been evaluating various FTP products, and I noticed that the WS_FTP PRO GUI has a very nice Synchronization Task where you can add in a list of files to include and exclude. And then select to only upload Local files if they are newer for instance. Yet, looking at the function list in the SDK I don’t see such functionality. Does the SDK provide this functionality? If not it would be a nice add on.&lt;br&gt;&lt;br&gt;</description><pubDate>Wed, 14 Nov 2007 11:06:36 GMT</pubDate><dc:creator>ftptester</dc:creator></item><item><title>Help.!! My WS_FTP Script can cause memory leaking.</title><link>http://forums.ipswitch.com/Topic37844-9-1.aspx</link><description>&lt;SPAN id=ctl02_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl04_lblFullMessage&gt; I call a WS_FTP script to do encryption repeatly from my C++ program, my operating system is XP pro with Sp2.  I have a concern that when I check the performancec in task manager. The physical &lt;FONT class=SearchHighlight&gt;memory&lt;/FONT&gt; is getting lower and lower. &lt;P&gt;First I thought it was my program, but after I created a samll test program that just calls the script and does nothing else. It still happen. &lt;/P&gt;&lt;P&gt;I manully ran the script from a command prompt window, I also noticed the &lt;FONT class=SearchHighlight&gt;memory&lt;/FONT&gt; will go lower and return to normal very slow. Do I have to set a long interval between the script calling?&lt;/P&gt;&lt;P&gt;Any assistance would be appreciated.&lt;BR&gt;&lt;/P&gt;&lt;/SPAN&gt;</description><pubDate>Thu, 18 Oct 2007 09:52:21 GMT</pubDate><dc:creator>hotriver</dc:creator></item><item><title>SQL server</title><link>http://forums.ipswitch.com/Topic37416-9-1.aspx</link><description>Hi&lt;/P&gt;&lt;P&gt;I have installed Whatsup professionel and i am whatching ca.450 server and 60 routers on 60 locations.&lt;/P&gt;&lt;P&gt;I am now going to install the new version on a new server and I am in doubt about the installation of the SQL server.&lt;/P&gt;&lt;P&gt;Shall the SQL server be installed in mixed mode and what collation and is there more to take in consideration.&lt;/P&gt;&lt;P&gt;Hope someone can give me a hint to where the doc can be found.&lt;/P&gt;&lt;P&gt;thx Kim</description><pubDate>Wed, 03 Oct 2007 06:55:42 GMT</pubDate><dc:creator>kim vigen</dc:creator></item><item><title>memory leak still not solved?</title><link>http://forums.ipswitch.com/Topic37246-9-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;Having some serious problems with the SDK. I wrote a service which polls a FTP-server every minute and if there are files available it gets them.&lt;/P&gt;&lt;P&gt;After a time of polling I get socket errors. When I look with taskmanager I see that my process is leaking 20 bytes per connection. Reading this forum I noticed that this is a known issue.&lt;/P&gt;&lt;P&gt;When is this going to be solved? When is a new version of the SDK going to be released?&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;btw. using Visual Studio 2003 C++ and the patched wsftpsdk.dll (8.1.0.0)</description><pubDate>Thu, 27 Sep 2007 02:39:39 GMT</pubDate><dc:creator>RoyvanderPijl</dc:creator></item><item><title>Is "SSL Force PORT IP" option available in Secure SDK Pro?</title><link>http://forums.ipswitch.com/Topic7547-9-1.aspx</link><description>&lt;P&gt;Considering to purchase Secure SDK Pro.&lt;/P&gt;&lt;P&gt;WS_FTP Pro client is able to do data transfers to needed server from behind firewall only when it knows external IP with "SSL Force PORT IP" option. Otherwise it sends internal IP in PORT command.&lt;/P&gt;&lt;P&gt;Anyone knows if this option is awailable in SDK as well?&lt;/P&gt;&lt;P&gt;Reviewing programming interface reference from &lt;A class=biglink href="http://www.ipswitch.com/support/ws_ftp_pro_sdk/guide/wsftpsdk.chm" target=_blank&gt;WS_FTP Pro SDK User's Guide&lt;/A&gt; I couldnt such option.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR&gt;Dmitiry&lt;/P&gt;</description><pubDate>Thu, 02 Jun 2005 15:40:10 GMT</pubDate><dc:creator>dmitriy</dc:creator></item><item><title>How to contact Tech support?</title><link>http://forums.ipswitch.com/Topic36807-9-1.aspx</link><description>Having issues with sdk 8.10 (sockets hanging, strange behaviour on sockets when PutFile() but not with GetFile() on SFTP connections) and knowing that tech has a patched version available....how to get that patched version...need it really bad to rule out the sdk as being the problem.</description><pubDate>Thu, 13 Sep 2007 18:26:13 GMT</pubDate><dc:creator>RoyvanderPijl</dc:creator></item><item><title>SFTP does not close TCP/IP connections</title><link>http://forums.ipswitch.com/Topic16364-9-1.aspx</link><description>&lt;P&gt;I am having problems with sockets staying open when I try to upload files to an SFTP server.  It does not occur when uploading to a non-secure FTP server.  The secure server identifies itself as "SSH-2.0-OpenSSH_4.2p1 Debian-5."  The non-secure server is IIS 5.1.  I am using the netstat utility to look at the TCP/IP connection status.  It shows lots of connections in the ESTABLISHED state during SFTP transfers and only a few active connections in that state during FTP transfers.  The Windows Task Manager shows handle counts continually growing during SFTP transfers, but it looks ok during FTP transfers.  My application uses the same code to perform both transfers but the transfer type flag is set to &lt;FONT size=2&gt;WSFTP_CT_SFTP during SFTP transfers and &lt;FONT size=2&gt;WSFTP_CT_FTP during non-secure transfers.  The connections remain in the ESTABLISHED state until the application exits.&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;P&gt;My environment is as follows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Language:    C++ &lt;LI&gt;Version:       Secure Pro 8.1 &lt;LI&gt;Compiler:      Visual Studio .Net 2003&lt;/LI&gt;&lt;LI&gt;FTP Server:  SSH-2.0-OpenSSH_4.2p1 Debian-5&lt;/LI&gt;&lt;LI&gt;FTP Server:  IIS 5.1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Do I need to do something other than release the connection object to close the connections?  I call the Disconnect() method before the Release() method although the documentation says I do not need to.  Thanks!&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;</description><pubDate>Thu, 09 Mar 2006 18:54:32 GMT</pubDate><dc:creator>JZ1</dc:creator></item><item><title>Error result 80042003 reading response line</title><link>http://forums.ipswitch.com/Topic36644-9-1.aspx</link><description>Error result 80042003 reading response line ... Log file is attached.</description><pubDate>Mon, 10 Sep 2007 09:01:30 GMT</pubDate><dc:creator>M$</dc:creator></item><item><title>Unhandled EXception</title><link>http://forums.ipswitch.com/Topic36547-9-1.aspx</link><description>Please look at the screen shot....</description><pubDate>Thu, 06 Sep 2007 11:01:39 GMT</pubDate><dc:creator>M$</dc:creator></item><item><title>Found a BUG in YOUR SDK</title><link>http://forums.ipswitch.com/Topic36546-9-1.aspx</link><description>[2007.09.06 07:30:02.143] Connecting to 10.1.104.100:21&lt;br&gt;[2007.09.06 07:30:02.190] Connected to 10.1.104.100:21 in 0.031250 seconds, Waiting for Server Response&lt;br&gt;[2007.09.06 07:30:02.486] 220-QTCP at PENS400.uafc.com.&lt;br&gt;[2007.09.06 07:30:02.674] 220 Connection will close if idle more than 5 minutes.&lt;br&gt;[2007.09.06 07:30:02.690] Host type (1): Automatic detect&lt;br&gt;[2007.09.06 07:30:02.721] USER trnspgp&lt;br&gt;[2007.09.06 07:30:02.752] 331 Enter password.&lt;br&gt;[2007.09.06 07:30:02.768] PASS (hidden)&lt;br&gt;[2007.09.06 07:30:03.049] 230 TRNSPGP logged on.&lt;br&gt;[2007.09.06 07:30:03.080] SYST&lt;br&gt;[2007.09.06 07:30:03.127] 215  OS/400 is the remote operating system. The TCP/IP version is "V5R3M0".&lt;br&gt;[2007.09.06 07:30:03.143] Host type (2): IBM AS/400&lt;br&gt;[2007.09.06 07:30:03.174] PWD&lt;br&gt;[2007.09.06 07:30:03.190] 257 "FNLLIB" is current library.&lt;br&gt;Connection succeeed[2007.09.06 07:30:03.221] CWD ccsdta&lt;br&gt;[2007.09.06 07:30:03.315] 250 "CCSDTA" is current library.&lt;br&gt;[2007.09.06 07:30:03.330] PWD&lt;br&gt;[2007.09.06 07:30:03.346] 257 "CCSDTA" is current library.&lt;br&gt;[2007.09.06 07:30:03.455] TYPE A&lt;br&gt;[2007.09.06 07:30:03.471] 200 Representation type is ASCII nonprint.&lt;br&gt;[2007.09.06 07:30:03.486] PORT 10,1,104,176,18,179&lt;br&gt;[2007.09.06 07:30:03.533] 200 PORT subcommand request successful.&lt;br&gt;[2007.09.06 07:30:03.580] LIST *&lt;br&gt;[2007.09.06 07:30:34.127] Error result 80042003 reading response line&lt;br&gt;[2007.09.06 07:30:34.127] PWD&lt;br&gt;[2007.09.06 07:30:36.862] 125 List started.&lt;br&gt;[2007.09.06 07:30:36.877] XPWD&lt;br&gt;[2007.09.06 07:30:36.893] 257 "CCSDTA" is current library.&lt;br&gt;[2007.09.06 07:30:36.893] TYPE A&lt;br&gt;[2007.09.06 07:30:36.909] 426 Closing data connection.  Remote system cannot send data.&lt;br&gt;[2007.09.06 07:30:36.924] PASV&lt;br&gt;[2007.09.06 07:30:36.940] 257 "CCSDTA" is current library.&lt;br&gt;[2007.09.06 07:30:36.955] Unable to parse PASV response&lt;br&gt;[2007.09.06 07:30:36.971] PWD&lt;br&gt;[2007.09.06 07:30:36.971] 200 Representation type is ASCII nonprint.&lt;br&gt;[2007.09.06 07:30:40.002] QUIT&lt;br&gt;[2007.09.06 07:30:40.018] 221 QUIT subcommand received.&lt;br&gt;[2007.09.06 07:30:40.034] Connection closed.  Ready for next connection.&lt;br&gt;</description><pubDate>Thu, 06 Sep 2007 10:58:55 GMT</pubDate><dc:creator>M$</dc:creator></item><item><title>WS_FTP Not Loading</title><link>http://forums.ipswitch.com/Topic35785-9-1.aspx</link><description>One day, my WS_FTP program was working just fine, for the past year or so even. All of a sudden, I attempt to use it, and the program appears in my task bar at the bottom of my computer, but the actual window doesn't seem to load.  Any clues on why that would just all of a sudden happen?</description><pubDate>Mon, 13 Aug 2007 23:35:09 GMT</pubDate><dc:creator>mrjames</dc:creator></item><item><title>LoadSSLCertificate returns an object set to Nothing</title><link>http://forums.ipswitch.com/Topic35385-9-1.aspx</link><description>Upon calling WsftpAPI.LoadSSLCertificate with a valid path to a certificate (forwarded to me by the owner of the FTP server) and a blank password, it returns a null object (VB.NET: set to Nothing). I checked WsftpAPI.LastError , however it is set to 0...&lt;P&gt;The diagnostic log does not appear to shed any light on this, it doesn't have any record of me calling LoadSSLCertificate.&lt;/P&gt;&lt;P&gt;How can I find out what is causing the problem?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott</description><pubDate>Thu, 02 Aug 2007 12:33:24 GMT</pubDate><dc:creator>sblomfie</dc:creator></item><item><title>sftp over SSH, using SSH keypair</title><link>http://forums.ipswitch.com/Topic35290-9-1.aspx</link><description>How do you specify the SSH keypair to use when using the SDK.  I have WS_FTP installed on the machine, and have an SSH Keypair specified, and a site profile created.  Im able to connect to the SFTP site over SSH when running the WS_FTP client, but when running my code im getting an SSH Authentication error.  I even get the error when trying to connect using the sample VB.NET testsdk vb project..I see how to specify if it's an SSL Cert but not SSH Keypair.  &lt;/P&gt;&lt;P&gt;Is there a method to just call the site profile that is created in the WS_FTP Client?</description><pubDate>Tue, 31 Jul 2007 19:55:59 GMT</pubDate><dc:creator>impulse24</dc:creator></item><item><title>Connecting with Ruby Client to WS_FTP using SSL</title><link>http://forums.ipswitch.com/Topic35119-9-1.aspx</link><description>As the subject says, we are trying to write an automated task which has to establish a connection with a WS_FTP 5.0.5 server which requires an SSL connection.  Can this be done?  If so, what's the process for doing so.&lt;br&gt;&lt;br&gt;I had read somewhere where you establish an initial connection over port 21 and the server tells you what port to connect to in order to exchange data.  I have no manual since the server is not mine, so any help would be appreciated.</description><pubDate>Thu, 26 Jul 2007 00:36:44 GMT</pubDate><dc:creator>eisenb</dc:creator></item><item><title>WS_FTP Pro Secure Software Development Kit</title><link>http://forums.ipswitch.com/Topic34699-9-1.aspx</link><description>We are looking at automating a procedure for transferring files from our office location to another site. What we want to do is modify an existing VB.net application to provide the end-user with a button that they can click that will run this process automatically with no intervention on their part.&lt;P&gt;We are looking at purchasing the &lt;A class=big href="http://www.ipswitch.com/products/ws_ftp/devkit/secure.asp"&gt;WS_FTP Pro Secure Software Development Kit&lt;/A&gt; to help us with this requirement, but we're uncertain about the link between the SDK and WS_FTP.&lt;/P&gt;&lt;P&gt;With the SDK, do you still need to have a copy of WS_FTP Professional installed on the end-user's computer for the file transfers to work, or is the functionally completed contained in the SDK?&lt;/P&gt;&lt;P&gt;Do you need a license for each end-user or are the DLLs that come with the SDK distributable as long as the developer has an SDK license?&lt;/P&gt;&lt;P&gt;Thanks!</description><pubDate>Wed, 11 Jul 2007 12:01:01 GMT</pubDate><dc:creator>JamesMP</dc:creator></item><item><title>Can I connect to a https site?</title><link>http://forums.ipswitch.com/Topic24174-9-1.aspx</link><description>I have been successfully using the secure SDK to connect to many different sites. I now need to connect to a place that suggested I use a product called Secure Transport from Tumbleweed Communications. The address they gave me to use with this product is HTTPS://something.&lt;br&gt;&lt;br&gt;I can successfully connect to this site with the WS_FTP GUI by selecting HTTPS as the connection type. How can I use the SDK to connect to this site?&lt;br&gt;&lt;br&gt;Thanks in advance.</description><pubDate>Tue, 31 Oct 2006 20:35:11 GMT</pubDate><dc:creator>DaveD</dc:creator></item><item><title>SFTP over SSH connection problem</title><link>http://forums.ipswitch.com/Topic32079-9-1.aspx</link><description>&lt;P&gt;&lt;SPAN id=ctl02_ThreadRepeater_ctl06_lblFullMessage&gt;I am having SFTP connection issue with SDK 8.01. Please help!!! I posted the same issue on other group, don't know how to move it here. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.570] Connecting to zzz.zz.zzz.zz:zz&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.570] Connected to zzz.zz.zzz.zz:zz in 0.000000 seconds, Waiting for Server Response&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.601] Server Welcome: SSH-2.0-OpenSSH_4.3&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.601] Client Version: SSH-2.0-WS_FTP-8.01-2000.09.23&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.601] KexInitPacket (Server):&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;no kex guess present&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.601] KexAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.601] gss-gex-sha1-toWM5Slw5Ew8Mqkay+al2g==,gss-group1-sha1-toWM5Slw5Ew8Mqkay+al2g==,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.601] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;gss-gex-sha1-toWM5Slw5Ew8Mqkay+al2g==&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.601] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;gss-group1-sha1-toWM5Slw5Ew8Mqkay+al2g==&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.601] 02:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;diffie-hellman-group-exchange-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.601] 03:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;diffie-hellman-group14-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.601] 04:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;diffie-hellman-group1-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.601] ServerHostKeyAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.601] ssh-rsa,ssh-dss&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.601] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;ssh-rsa&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.601] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;ssh-dss&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.601] CsEncryptionAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.617] aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.617] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes128-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.617] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;3des-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.617] 02:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;blowfish-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.617] 03:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;cast128-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.617] 04:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;arcfour128&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.617] 05:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;arcfour256&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.617] 06:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;arcfour&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.617] 07:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes192-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.617] 08:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes256-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.617] 09:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;rijndael-cbc@lysator.liu.se&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.617] 10:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes128-ctr&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.617] 11:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes192-ctr&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.617] 12:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes256-ctr&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.617] ScEncryptionAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.632] aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.632] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes128-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.632] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;3des-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.632] 02:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;blowfish-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.632] 03:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;cast128-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.632] 04:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;arcfour128&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.632] 05:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;arcfour256&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.632] 06:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;arcfour&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.632] 07:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes192-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.632] 08:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes256-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.632] 09:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;rijndael-cbc@lysator.liu.se&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.632] 10:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes128-ctr&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.632] 11:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes192-ctr&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.632] 12:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes256-ctr&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.632] CsMACAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.648] hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.648] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-md5&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.648] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.648] 02:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-ripemd160&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.648] 03:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-ripemd160@openssh.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.648] 04:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-sha1-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.648] 05:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-md5-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.648] ScMACAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.648] hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.648] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-md5&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.648] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.648] 02:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-ripemd160&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.648] 03:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-ripemd160@openssh.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.648] 04:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-sha1-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.663] 05:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-md5-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.663] CsCompressionAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.663] none,zlib@openssh.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.663] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;none&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.663] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;zlib@openssh.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.663] ScCompressionAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.663] none,zlib@openssh.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.663] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;none&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.663] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;zlib@openssh.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.663] CsLanguages&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.663] &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.663] ScLanguages&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.663] &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.804] KexInitPacket (Client):&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;no kex guess present&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.804] KexAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.804] diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.820] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;diffie-hellman-group-exchange-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.820] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;diffie-hellman-group1-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.820] ServerHostKeyAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.820] ssh-dss,ssh-rsa&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.820] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;ssh-dss&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.820] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;ssh-rsa&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.820] CsEncryptionAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.820] 3des-cbc,blowfish-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.820] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;3des-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.820] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;blowfish-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.820] ScEncryptionAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.820] 3des-cbc,blowfish-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.835] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;3des-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.835] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;blowfish-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.835] CsMACAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.835] hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.835] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-md5&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.835] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.835] 02:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-ripemd160&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.835] 03:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-sha1-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.835] 04:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-md5-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.835] ScMACAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.835] hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.835] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-md5&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.851] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.851] 02:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-ripemd160&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.851] 03:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-sha1-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.851] 04:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-md5-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.851] CsCompressionAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.851] zlib&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.851] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;zlib&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.851] ScCompressionAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.851] zlib&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.851] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;zlib&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.851] CsLanguages&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.851] &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.867] ScLanguages&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.867] &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.867] Failure to agree with SSH server on compatible algorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.867] SSH Transport agreed algorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.867]&lt;SPAN style="mso-spacerun: yes"&gt;      &lt;/SPAN&gt;Purpose: key agreement&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;&lt;SPAN style="mso-tab-count: 2"&gt;               &lt;/SPAN&gt;Algo: diffie-hellman-group-exchange-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.867]&lt;SPAN style="mso-spacerun: yes"&gt;      &lt;/SPAN&gt;Purpose: server host key&lt;SPAN style="mso-tab-count: 2"&gt;                &lt;/SPAN&gt;Algo: ssh-dss&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.867]&lt;SPAN style="mso-spacerun: yes"&gt;      &lt;/SPAN&gt;Purpose: encryption cs&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;&lt;SPAN style="mso-tab-count: 2"&gt;                 &lt;/SPAN&gt;Algo: 3des-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.867]&lt;SPAN style="mso-spacerun: yes"&gt;      &lt;/SPAN&gt;Purpose: encryption sc&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;&lt;SPAN style="mso-tab-count: 2"&gt;                 &lt;/SPAN&gt;Algo: 3des-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.867]&lt;SPAN style="mso-spacerun: yes"&gt;      &lt;/SPAN&gt;Purpose: MAC cs&lt;SPAN style="mso-spacerun: yes"&gt;         &lt;/SPAN&gt;&lt;SPAN style="mso-tab-count: 2"&gt;                  &lt;/SPAN&gt;Algo: hmac-md5&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.867]&lt;SPAN style="mso-spacerun: yes"&gt;      &lt;/SPAN&gt;Purpose: MAC sc&lt;SPAN style="mso-spacerun: yes"&gt;         &lt;/SPAN&gt;&lt;SPAN style="mso-tab-count: 2"&gt;                  &lt;/SPAN&gt;Algo: hmac-md5&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.867]&lt;SPAN style="mso-spacerun: yes"&gt;      &lt;/SPAN&gt;Purpose: compression cs &lt;SPAN style="mso-tab-count: 2"&gt;              &lt;/SPAN&gt;Algo: invalid&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.882]&lt;SPAN style="mso-spacerun: yes"&gt;      &lt;/SPAN&gt;Purpose: compression sc &lt;SPAN style="mso-tab-count: 2"&gt;              &lt;/SPAN&gt;Algo: invalid&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.882] Failed SSH Key Exchange&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:05.882] SSH Transport closed.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;In Connect, connection failed, error: 80330000[2007.05.08 14:57:07.023] Connecting to zzz.zz.zzz.zz:zz&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.023] Connected to zzz.zz.zzz.zz:zz in 0.000000 seconds, Waiting for Server Response&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.038] Server Welcome: SSH-2.0-OpenSSH_4.3&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.038] Client Version: SSH-2.0-WS_FTP-8.01-2000.09.23&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.038] KexInitPacket (Server):&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;no kex guess present&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.054] KexAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.054] gss-gex-sha1-toWM5Slw5Ew8Mqkay+al2g==,gss-group1-sha1-toWM5Slw5Ew8Mqkay+al2g==,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.054] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;gss-gex-sha1-toWM5Slw5Ew8Mqkay+al2g==&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.054] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;gss-group1-sha1-toWM5Slw5Ew8Mqkay+al2g==&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.054] 02:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;diffie-hellman-group-exchange-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.054] 03:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;diffie-hellman-group14-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.054] 04:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;diffie-hellman-group1-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.054] ServerHostKeyAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.054] ssh-rsa,ssh-dss&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.054] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;ssh-rsa&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.054] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;ssh-dss&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.070] CsEncryptionAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.070] aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.070] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes128-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.070] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;3des-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.070] 02:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;blowfish-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.070] 03:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;cast128-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.070] 04:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;arcfour128&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.070] 05:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;arcfour256&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.070] 06:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;arcfour&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.070] 07:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes192-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.070] 08:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes256-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.085] 09:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;rijndael-cbc@lysator.liu.se&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.085] 10:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes128-ctr&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.085] 11:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes192-ctr&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.085] 12:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes256-ctr&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.085] ScEncryptionAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.085] aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.085] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes128-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.085] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;3des-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.085] 02:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;blowfish-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.085] 03:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;cast128-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.085] 04:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;arcfour128&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.101] 05:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;arcfour256&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.101] 06:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;arcfour&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.101] 07:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes192-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.101] 08:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes256-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.101] 09:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;rijndael-cbc@lysator.liu.se&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.101] 10:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes128-ctr&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.101] 11:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes192-ctr&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.101] 12:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;aes256-ctr&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.101] CsMACAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.101] hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.101] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-md5&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.117] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.117] 02:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-ripemd160&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.117] 03:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-ripemd160@openssh.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.117] 04:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-sha1-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.117] 05:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-md5-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.117] ScMACAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.117] hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.117] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-md5&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.117] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.117] 02:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-ripemd160&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.117] 03:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-ripemd160@openssh.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.132] 04:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-sha1-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.132] 05:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-md5-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.132] CsCompressionAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.132] none,zlib@openssh.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.132] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;none&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.132] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;zlib@openssh.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.132] ScCompressionAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.132] none,zlib@openssh.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.132] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;none&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.132] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;zlib@openssh.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.132] CsLanguages&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.132] &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.148] ScLanguages&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.148] &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.148] KexInitPacket (Client):&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;no kex guess present&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.148] KexAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.148] diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.148] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;diffie-hellman-group-exchange-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.148] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;diffie-hellman-group1-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.148] ServerHostKeyAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.148] ssh-dss,ssh-rsa&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.148] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;ssh-dss&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.148] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;ssh-rsa&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.163] CsEncryptionAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.163] 3des-cbc,blowfish-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.163] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;3des-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.163] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;blowfish-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.163] ScEncryptionAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.163] 3des-cbc,blowfish-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.163] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;3des-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.163] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;blowfish-cbc&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.163] CsMACAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.163] hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.163] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-md5&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.163] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.179] 02:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-ripemd160&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.179] 03:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-sha1-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.179] 04:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-md5-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.179] ScMACAlgorithms&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.179] hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.179] 00:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-md5&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;[2007.05.08 14:57:07.179] 01:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;hmac-sha1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&l