-
I need to have ssh access to devices that are behind firewall. The installation of teleport client ARMv7 version didn't succeed on the devices (due to the lib.so.6 librarie). I decided to use openssh to interact with my teleport server. My question is the following: is there any way to do reverse tunnel using openssh. The configuration will be the following: devices with openssh client behind firewall. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey - this isn't currently possible. If you only need to run the node service on the ARM machine, you could try compiling OSS Teleport from source on your ARM box using the instructions here: #4754 (comment) This would get around the glibc versioning issue (which I assume is the problem you're having?) |
Beta Was this translation helpful? Give feedback.
Hey - this isn't currently possible. If you only need to run the node service on the ARM machine, you could try compiling OSS Teleport from source on your ARM box using the instructions here: #4754 (comment)
This would get around the glibc versioning issue (which I assume is the problem you're having?)