Multiple channels?

Advertisement

yueluo
Guest

Multiple channels?

I don't know if this is possible. I noticed that MindTerm, a Java ssh client can multiplex several ssh channels on the same tcp connection. When you use background transfer, is it possible to use the same tcp connection for all background transfers? In this way, the overhead of establishing new connections can be avoided and also you avoid storing the password in memory, which you consider as a security risk.

yue

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Multiple channels?

That is definitely the way I would like to do it. Unfortunatelly it requires too low level knowledge of SSH, which I do not have. Maybe sometime...

Reply with quote

yueluo
Guest

Re: Multiple channels?

martin wrote:

That is definitely the way I would like to do it. Unfortunatelly it requires too low level knowledge of SSH, which I do not have. Maybe sometime...
This is better done in the putty tool chain. There is already such a feature request on Putty web site. But development of putty is slow ...

Reply with quote

Advertisement

You can post new topics in this forum