Skip to content

Commit

Permalink
docs: firewall rule for ssh-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Jan 29, 2024
1 parent 5dd54ed commit 391eae0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/explanation/ssh-debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ by default on [tmate-ssh-server charm](https://charmhub.io/tmate-ssh-server/).
Authorized keys are registered via [action-tmate](https://github.com/canonical/action-tmate/)'s
`limit-access-to-actor` feature. This feature uses GitHub users's SSH key to launch an instance
of tmate session with `-a` option, which adds the user's SSH key to `~/.ssh/authorized_keys`.

### Firewall rules

By default, if there are any overlapping IPs within the `denylist` config option with the IP
assigned to `tmate-ssh-server`, an exception to that IP will be made so that the `debug-ssh`
relation can be setup correctly.

0 comments on commit 391eae0

Please sign in to comment.