Skip to content

Commit ee141a6

Browse files
committed
Add info about authority on server
1 parent 7b738b7 commit ee141a6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doc/maintainers/self-hosted_runners.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,14 @@ Occasionally Oracle will turn off the machine because:
2323

2424
## Managing the `stack-github-action3` runner
2525

26-
With the appropriate authority installed on the server, the runner can be
27-
managed remotely using SSH, with command `ssh [email protected]`.
26+
With the appropriate authority installed on the server, a maintainer can manage
27+
the runner remotely using SSH, with command
28+
29+
30+
!!! info
31+
32+
The authority is the addition of the maintainer's SSH public key to the end
33+
of file `~/.ssh/authorized_keys` on the server.
2834

2935
This is best done using [`tmux`](https://github.com/tmux/tmux/wiki), a terminal
3036
multiplexer, as follows:

0 commit comments

Comments
 (0)