Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 458 Bytes

ssh-access.md

File metadata and controls

13 lines (9 loc) · 458 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