How can we use opkssh for private servers #327
-
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
SSH jumphost is one option |
Beta Was this translation helpful? Give feedback.
-
Currently your options are:
Automatic SSH agent support and key forwarding is on the OPKSSH roadmap. Currently you have to manually add your key pair. See issue #109 |
Beta Was this translation helpful? Give feedback.
Currently your options are:
SSH jumphost (as you pointed out)
Copying the SSH key pair to the jumphost.
Add the SSH key pair to your SSH agent and let the SSH agent do key forwarding
Automatic SSH agent support and key forwarding is on the OPKSSH roadmap. Currently you have to manually add your key pair. See issue #109
There is a PR that implements this, but it needs more work #96