1
0
mirror of synced 2026-01-07 18:01:41 -05:00
Files
docs/data/reusables/enterprise_installation/ssh-into-target-instance.md
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* 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
2020-09-29 16:01:04 -04:00

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>
```