SSH Access
You can enable ssh access by adding your public key to the list of authorized ssh keys at
<hostname>/enterprise/admin
. Once your key is in place, you can ssh into the appliance via ssh admin@<hostname>
.Mac users can use the command below to copy your key to the clipboard:
cat ~/.ssh/id_rsa.pub | pbcopy
Last modified 7mo ago