There was an error while loading. Please reload this page.
SSH proxy
1 parent 24c0187 commit ff6e9ffCopy full SHA for ff6e9ff
README.md
@@ -120,6 +120,16 @@ As example, for Git:
120
* `REMOTE_HOST_NAME` — name of a remote host, example: `git.example.com`;
121
* `PRIVATE_KEY_FILE` — your private key file, example: `id_ed25519`.
122
123
+3. Add content of a public key file to the `root/.ssh/authorized_keys` file:
124
+
125
+ ```
126
+ cat PUBLIC_KEY_FILE >> root/.ssh/authorized_keys
127
128
129
+ Where:
130
131
+ * `PUBLIC_KEY_FILE` — your public key file, example `id_ed25519.pub`.
132
133
## Usage
134
135
### Start in background
0 commit comments