<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/jsch/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/jsch/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/jsch/feature-requests/</id><updated>2020-07-10T13:41:02.934000Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>#8 Forwarding sockets</title><link href="https://sourceforge.net/p/jsch/feature-requests/8/?limit=250#d6d3/9051" rel="alternate"/><published>2020-07-10T13:41:02.934000Z</published><updated>2020-07-10T13:41:02.934000Z</updated><author><name>Björn Kautler</name><uri>https://sourceforge.net/u/vampire0/</uri></author><id>https://sourceforge.netca7ff05bb7792110f19e5b70df379c733909700a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Nice &lt;a class="user-mention" href="/u/matez/"&gt;@matez&lt;/a&gt;, does this fully support it though?&lt;/p&gt;
&lt;p&gt;local port =&amp;gt; remote socket&lt;br/&gt;
local socket =&amp;gt; remote socket&lt;br/&gt;
local socket =&amp;gt; remote port&lt;br/&gt;
remote port =&amp;gt; local socket&lt;br/&gt;
remote socket =&amp;gt; local socket&lt;br/&gt;
remote socket =&amp;gt; local port&lt;/p&gt;
&lt;p&gt;From a quick look it seems you are only providing a small subset.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#11 Move to github</title><link href="https://sourceforge.net/p/jsch/feature-requests/11/?limit=25#55e2" rel="alternate"/><published>2020-05-26T14:22:09.296000Z</published><updated>2020-05-26T14:22:09.296000Z</updated><author><name>Matthias Wiedemann</name><uri>https://sourceforge.net/u/matez/</uri></author><id>https://sourceforge.netc7256968ce1237fba00ef53975e5bbf89a5be125</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;+1&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#8 Forwarding sockets</title><link href="https://sourceforge.net/p/jsch/feature-requests/8/?limit=25#d6d3" rel="alternate"/><published>2020-05-26T14:20:42.515000Z</published><updated>2020-05-26T14:20:42.515000Z</updated><author><name>Matthias Wiedemann</name><uri>https://sourceforge.net/u/matez/</uri></author><id>https://sourceforge.net74e998ab6fedad6b70bba8ac16e917f8f0f20b84</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I extended jsch ith your requested feature. Please checkout  &lt;a href="https://github.com/mwiede/jsch" rel="nofollow"&gt;https://github.com/mwiede/jsch&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#11 Move to github</title><link href="https://sourceforge.net/p/jsch/feature-requests/11/?limit=25#d80c" rel="alternate"/><published>2020-05-02T13:30:11.511000Z</published><updated>2020-05-02T13:30:11.511000Z</updated><author><name>Wolfgang Fahl</name><uri>https://sourceforge.net/u/wolfgang_fahl/</uri></author><id>https://sourceforge.net87ef450137f9668f0a3c35798be65b5bfe7fc707</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Please move to github ...&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Move to github</title><link href="https://sourceforge.net/p/jsch/feature-requests/11/" rel="alternate"/><published>2019-11-27T09:42:14.683000Z</published><updated>2019-11-27T09:42:14.683000Z</updated><author><name>Paul Hein</name><uri>https://sourceforge.net/u/don-pavlov/</uri></author><id>https://sourceforge.net3ebe9525bda1d2b2e9925d333c00a2aedac90aaa</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I don't really know much about how developing software on sourceforge and for JSch works. and it probably worked great in the earlier years. &lt;br/&gt;
But currently i think it would help the project to move to github.&lt;/p&gt;
&lt;p&gt;I think it probably does everything sourceforge does. It would make it easier to develop and contribute. I don't even know where to find the sourcecode to add a feature to it and how to push my changes.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#7 Add support for Ed25519 keys and bcrypt KDF format</title><link href="https://sourceforge.net/p/jsch/feature-requests/7/?limit=25#39cc" rel="alternate"/><published>2019-11-27T09:38:22.815000Z</published><updated>2019-11-27T09:38:22.815000Z</updated><author><name>Paul Hein</name><uri>https://sourceforge.net/u/don-pavlov/</uri></author><id>https://sourceforge.netdea3374428bdf6cb403b02a5fde07a0fa4a51f20</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Would really love to see this change, because juice-ssh seems to rely on that to be working first in jsch.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Signature with an external private key</title><link href="https://sourceforge.net/p/jsch/feature-requests/10/" rel="alternate"/><published>2019-01-12T15:07:10.951000Z</published><updated>2019-01-12T15:07:10.951000Z</updated><author><name>Ashuickor Hendelson</name><uri>https://sourceforge.net/u/unaf/</uri></author><id>https://sourceforge.net939c9b9e5c533090566ae85457ff79bfadc8f654</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I'm working on a Public Key Authentication where the private key is located outside the apllication space (smartcard-like behavior). There is the beautiful Identity class for this which has the getSignature() method. But all Signature classes have only setPrvKey(byte[] e, byte[] n) method so I have to go tricky way to initialize the Signature object with my PrivateKey. At the same time current setPubKey method internally creates object of the same class (PrivateKey) to use java.security.Signature.&lt;/p&gt;
&lt;p&gt;Suggestion:&lt;br/&gt;
Include setPrvKey(PrivateKey prvKey) method to avoid tricky overrides.&lt;br/&gt;
And the same about KeyPair clasess (if possible).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Multiple forwardings per session</title><link href="https://sourceforge.net/p/jsch/feature-requests/9/" rel="alternate"/><published>2018-11-15T01:47:47.981000Z</published><updated>2018-11-15T01:47:47.981000Z</updated><author><name>Björn Kautler</name><uri>https://sourceforge.net/u/vampire0/</uri></author><id>https://sourceforge.net281125eec99eb2949b6d5b5669673639ba30e86d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Please support adding multiple forwardings per session.&lt;br/&gt;
There are SSH server configurations that restrict how often you can login concurrently into the same account or all-over.&lt;br/&gt;
If you need three forwards to the same host, you currently have to open three sessions.&lt;br/&gt;
Would be nice if it were possible in just one session.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Forwarding sockets</title><link href="https://sourceforge.net/p/jsch/feature-requests/8/" rel="alternate"/><published>2018-11-15T01:45:45.363000Z</published><updated>2018-11-15T01:45:45.363000Z</updated><author><name>Björn Kautler</name><uri>https://sourceforge.net/u/vampire0/</uri></author><id>https://sourceforge.nete1e6010ff3f507f6dd2b6186aafc25c0ff31dadb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Would be nice if JSch also supports forwarding sockets, not only ports.&lt;br/&gt;
Currently you can only forward from port to port in JSch, but SSH now can do from port to socket, from socket to port, from port to port and from port to socket.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add support for Ed25519 keys and bcrypt KDF format</title><link href="https://sourceforge.net/p/jsch/feature-requests/7/" rel="alternate"/><published>2015-12-15T15:59:16.994000Z</published><updated>2015-12-15T15:59:16.994000Z</updated><author><name>dll</name><uri>https://sourceforge.net/u/davidludovino/</uri></author><id>https://sourceforge.neteba681864127e56a9b1402e330b8369b59e6719d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;OpenSSH 6.5 (January 2014) introduced Ed25519 keys in bcrypt KDF format due to security and perfomance advantages. This format is now becoming widely used and is expectable to become the de-facto standard for new keys. Therefore JSch should follow along and implement it.&lt;/p&gt;
&lt;p&gt;There is already at least one pure Java implementation of Ed25519, in use for i2p: &lt;a class="" href="https://github.com/str4d/ed25519-java" rel="nofollow"&gt;ed25519-java&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>