Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 601 Bytes

ssh-access.md

File metadata and controls

17 lines (12 loc) · 601 Bytes

SSH Access

Enabling ssh access gives you access to the Kumu Enterprise command line utilities.

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