Skip to content

Commit ff6e9ff

Browse files
committed
Added information about a public key file in the SSH proxy section
1 parent 24c0187 commit ff6e9ff

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@ As example, for Git:
120120
* `REMOTE_HOST_NAME` — name of a remote host, example: `git.example.com`;
121121
* `PRIVATE_KEY_FILE` — your private key file, example: `id_ed25519`.
122122
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+
123133
## Usage
124134
125135
### Start in background

0 commit comments

Comments
 (0)