* Add back changes from prior to purge * Manually fix some invalid Liquid * Updoot render-content * Improve test messages to show correct output * Run el scripto * Pass the remaining test
5 lines
231 B
Markdown
5 lines
231 B
Markdown
1. As a site admin, [SSH into your target {% data variables.product.prodname_ghe_server %} instance](/enterprise/admin/guides/installation/accessing-the-administrative-shell-ssh/).
|
|
```shell
|
|
$ ssh -p 122 admin@<em>HOSTNAME</em>
|
|
```
|