Can I SSH from one computer to another remote computer using iroh? #3223
Replies: 6 comments
-
iroh is a networking library that combines QUIC with hole punching techniques to get direct connections, we don't implement the ssh protocol |
Beta Was this translation helpful? Give feedback.
-
Ok. Could some third party build that service on top of iroh? It would be very useful.
…-------- Original Message --------
On 3/5/25 22:15, Kasey wrote:
iroh is a networking library that combines QUIC with hole punching techniques to get direct connections, we don't implement the ssh protocol
—
Reply to this email directly, [view it on GitHub](#3214 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAVUCQQGY6WIZUYGR4RMDI32S5SPZAVCNFSM6AAAAABYGUSVBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBSGA4TINRWHE).
You are receiving this because you authored the thread.Message ID: ***@***.***>
[ramfox]ramfox left a comment [(n0-computer/iroh#3214)](#3214 (comment))
iroh is a networking library that combines QUIC with hole punching techniques to get direct connections, we don't implement the ssh protocol
—
Reply to this email directly, [view it on GitHub](#3214 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAVUCQQGY6WIZUYGR4RMDI32S5SPZAVCNFSM6AAAAABYGUSVBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBSGA4TINRWHE).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Yes you could totally do that. |
Beta Was this translation helpful? Give feedback.
-
There's https://github.com/oowl/quicssh-rs and https://www.ietf.org/archive/id/draft-bider-ssh-quic-09.html if you need inspiration for fun projects. |
Beta Was this translation helpful? Give feedback.
-
Using QUIC would it mean SSH servers could have static IP addresses reachable from any client anywhere?
…-------- Original Message --------
On 3/6/25 10:17, Floris Bruynooghe wrote:
There's https://github.com/oowl/quicssh-rs and https://www.ietf.org/archive/id/draft-bider-ssh-quic-09.html if you need inspiration for fun projects.
—
Reply to this email directly, [view it on GitHub](#3214 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAVUCQXZB2ZMXYWO52S2JY32TAHB3AVCNFSM6AAAAABYGUSVBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBTGI2TONJXGA).
You are receiving this because you authored the thread.Message ID: ***@***.***>
[flub]flub left a comment [(n0-computer/iroh#3214)](#3214 (comment))
There's https://github.com/oowl/quicssh-rs and https://www.ietf.org/archive/id/draft-bider-ssh-quic-09.html if you need inspiration for fun projects.
—
Reply to this email directly, [view it on GitHub](#3214 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAVUCQXZB2ZMXYWO52S2JY32TAHB3AVCNFSM6AAAAABYGUSVBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBTGI2TONJXGA).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
You could already do that with dumbpipe |
Beta Was this translation helpful? Give feedback.
-
Can I SSH from one computer to another remote computer using iroh or one of its umbrella packages?
Looking for easiest way, preferably bash. Linux debian.
Beta Was this translation helpful? Give feedback.
All reactions