<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/gsi-sshterm/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/gsi-sshterm/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 23 Jul 2007 11:03:54 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gsi-sshterm/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Two feature requests</title><link>https://sourceforge.net/p/gsi-sshterm/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm working on grid project ( part of OMII-Europe project ) and found your software really useful. In order to use it for our needs, I added two features GSI-SSHTerm:&lt;/p&gt;
&lt;p&gt;- autoconnect ( in applet version ). When you specify attributes:&lt;/p&gt;
&lt;p&gt;sshterm.autoconnect.host&lt;br /&gt;
sshterm.autoconnect.port&lt;br /&gt;
sshterm.autoconnect.username&lt;/p&gt;
&lt;p&gt;it will automaticaly establish a connection.&lt;/p&gt;
&lt;p&gt;(source code included)&lt;/p&gt;
&lt;p&gt;- search for user's proxy in custom location - it's hardcoded right now - it would be nice to have additional property in GSI-SSHTerm.properties.&lt;/p&gt;
&lt;p&gt;UserGridCredential.java:&lt;/p&gt;
&lt;p&gt;private static GSSCredential loadExistingProxy()&lt;br /&gt;
throws GSSException&lt;br /&gt;
{&lt;br /&gt;
GlobusGSSCredentialImpl globusgsscredentialimpl = null;&lt;br /&gt;
CoGProperties cogproperties = CoGProperties.getDefault();&lt;/p&gt;
&lt;p&gt;String proxyPath = "";&lt;/p&gt;
&lt;p&gt;try&lt;br /&gt;
{&lt;br /&gt;
proxyPath = cogproperties.getProxyFile();&lt;br /&gt;
if (!(new File(proxyPath)).exists()) {&lt;br /&gt;
proxyPath = "/home/piotrus/IdeaProjects/stockholm/sshtools/release/GSI-SSHTerm-0.90a/bin/x509up_u2025";&lt;br /&gt;
}&lt;br /&gt;
if (!(new File(proxyPath)).exists()) {&lt;br /&gt;
return null;&lt;br /&gt;
}&lt;br /&gt;
...&lt;/p&gt;
&lt;p&gt;I hope, you will find it useful.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Piotr Dziubecki&lt;/p&gt;
&lt;p&gt;Poznan Supercomputing and Networking Center&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Piotr Dziubecki</dc:creator><pubDate>Mon, 23 Jul 2007 11:03:54 -0000</pubDate><guid>https://sourceforge.netb45ee40ad13bc1ecec18d0203ce397571edd9714</guid></item></channel></rss>