This article explains how to add an additional SSH key to k3OS, so that multiple people can access the device
less than a minute
If you have multiple people who need to access your edge device running k3OS, you can add additional SSH keys to allow them to connect via SSH. Here’s how to do it:
Prerequisites
Edge device running k3OS
SSH access to the device
SSH/SFTP client
Public and private keys suited for SSH access
Tutorial
Connect to the edge device via SSH.
Navigate to the /home/rancher/.ssh folder and edit the authorized_keys file.
Add the additional SSH key to the file.
By following these steps, you will be able to give multiple people access to your edge device via SSH using their own unique keys.