5 lines
242 B
Markdown
5 lines
242 B
Markdown
1. SSH into {% data variables.product.product_location %}. For more information, see "[Accessing the administrative shell (SSH)](/admin/configuration/accessing-the-administrative-shell-ssh)."
|
|
```shell
|
|
$ ssh -p 122 admin@<em>HOSTNAME</em>
|
|
```
|