<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: About Trilead SSH open source project</title>
	<atom:link href="http://techtavern.wordpress.com/2008/11/13/about-trilead-ssh-open-source-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://techtavern.wordpress.com/2008/11/13/about-trilead-ssh-open-source-project/</link>
	<description>Lets have some drink and discuss a bit about Linux, Eclipse and Computer Programming.</description>
	<lastBuildDate>Tue, 27 Oct 2009 18:29:54 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://techtavern.wordpress.com/2008/11/13/about-trilead-ssh-open-source-project/#comment-120</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 13 Oct 2009 02:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://techtavern.wordpress.com/?p=72#comment-120</guid>
		<description>You can find the last source here :
http://virologie.free.fr/documents/openSSH/ssh_liens.html (see the link on the Ganymed Project).</description>
		<content:encoded><![CDATA[<p>You can find the last source here :<br />
<a href="http://virologie.free.fr/documents/openSSH/ssh_liens.html" rel="nofollow">http://virologie.free.fr/documents/openSSH/ssh_liens.html</a> (see the link on the Ganymed Project).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jjramos</title>
		<link>http://techtavern.wordpress.com/2008/11/13/about-trilead-ssh-open-source-project/#comment-88</link>
		<dc:creator>jjramos</dc:creator>
		<pubDate>Mon, 01 Jun 2009 11:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://techtavern.wordpress.com/?p=72#comment-88</guid>
		<description>Hi!

 I&#039;m still testing the library, but it seems to work smooth...

 Konstantin, don&#039;t be sad: I&#039;ve found the trilead-SSH2 package in several linux distributions!

 I&#039;m using Fedora 10, and it includes the package. However, I haven&#039;t found the sources yet... If you find it, please let me know!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p> I&#8217;m still testing the library, but it seems to work smooth&#8230;</p>
<p> Konstantin, don&#8217;t be sad: I&#8217;ve found the trilead-SSH2 package in several linux distributions!</p>
<p> I&#8217;m using Fedora 10, and it includes the package. However, I haven&#8217;t found the sources yet&#8230; If you find it, please let me know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konstantin</title>
		<link>http://techtavern.wordpress.com/2008/11/13/about-trilead-ssh-open-source-project/#comment-80</link>
		<dc:creator>Konstantin</dc:creator>
		<pubDate>Wed, 20 May 2009 18:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://techtavern.wordpress.com/?p=72#comment-80</guid>
		<description>Yeah, that&#039;s great library!!
My choose for client tasks is trilead. 
It has very flexible and beautiful source code. It was easy to modify sources for my-own tasks (e.x. I added own-type channel support).

Also I can recommend &lt;a href=&quot;http://sourceforge.net/projects/sshtools&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt; library as a pure java SSHclient and sshd implementation.

P.S: But I was sad about this: http://www.trilead.com/SSH_Library/ T
:( - it&#039;s nott supported and distributed more...

P.P.S: sorry again for my eng. it&#039;s me again)</description>
		<content:encoded><![CDATA[<p>Yeah, that&#8217;s great library!!<br />
My choose for client tasks is trilead.<br />
It has very flexible and beautiful source code. It was easy to modify sources for my-own tasks (e.x. I added own-type channel support).</p>
<p>Also I can recommend <a href="http://sourceforge.net/projects/sshtools" rel="nofollow">this</a> library as a pure java SSHclient and sshd implementation.</p>
<p>P.S: But I was sad about this: <a href="http://www.trilead.com/SSH_Library/" rel="nofollow">http://www.trilead.com/SSH_Library/</a> T<br />
:( &#8211; it&#8217;s nott supported and distributed more&#8230;</p>
<p>P.P.S: sorry again for my eng. it&#8217;s me again)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Dornin</title>
		<link>http://techtavern.wordpress.com/2008/11/13/about-trilead-ssh-open-source-project/#comment-64</link>
		<dc:creator>Chris Dornin</dc:creator>
		<pubDate>Fri, 20 Feb 2009 15:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://techtavern.wordpress.com/?p=72#comment-64</guid>
		<description>I have used both jsch and trilead ssh libraries.  I have also done ssh/scp by tunneling down to the native operating system to access ssh/scp using a java runtime process.  The best approach has been the trilead ssh library, which unfortunately I found last.  I got into problems with jsch doing multithreaded calls and as the author describes above, jsch isn&#039;t well documented.  The trilead ssh library worked beautifully.  I have done the following tests:

1.  multithreaded ssh/scp.
2.  weird command syntax in my ssh calls, like pipes, etc.  This works flawlessly (not so with native ssh accessed via java runtime).  
3.  I install a complex j2ee environment with oracle schemas, jboss instances, ldap, etc by using the trilead library for ssh calls.  The environment installs consistently, implying that trilead ssh is solid.

I can&#039;t speak to performance, but it seems pretty good to me.  I am grateful for the trilead open source project.</description>
		<content:encoded><![CDATA[<p>I have used both jsch and trilead ssh libraries.  I have also done ssh/scp by tunneling down to the native operating system to access ssh/scp using a java runtime process.  The best approach has been the trilead ssh library, which unfortunately I found last.  I got into problems with jsch doing multithreaded calls and as the author describes above, jsch isn&#8217;t well documented.  The trilead ssh library worked beautifully.  I have done the following tests:</p>
<p>1.  multithreaded ssh/scp.<br />
2.  weird command syntax in my ssh calls, like pipes, etc.  This works flawlessly (not so with native ssh accessed via java runtime).<br />
3.  I install a complex j2ee environment with oracle schemas, jboss instances, ldap, etc by using the trilead library for ssh calls.  The environment installs consistently, implying that trilead ssh is solid.</p>
<p>I can&#8217;t speak to performance, but it seems pretty good to me.  I am grateful for the trilead open source project.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
