Import User’s SSH key
*PAT= placeholder name
*BOB = placeholder name
-
In the sys-admin’s shell, ssh into your own ricochet and then escalate to superuser:
sudo su -
-
Add the new user and then add them to sudoers group:
sudo su adduser PAT
sudo usermod -aG sudo PAT
-
Change to the user:
sudo su PAT -
-
Import the user’s github keys so they can ssh into their ricochet on their computer:
-
If any new SSH keys from other devices are added, this command needs to be done again
-
ssh-import-id-gh [PAT GITHUB USERNAME]
Connecting to Machine From Remote Device
Gather IP of target device
ip -br a
In windows powershell, type the following command:
ssh PAT@x.x.x.x (x.x.x.x is the ip address that you gathered from the ip command)
Add New Proxmox User
-
Click on Datacenter (PIClubCluster) > Users > Add
-
Allow user to set their own username and password
-
Appoint user into appropriate group
-
Accessing the Proxmox Server
-
Open new shell (i.e. CMD)
-
Type in the following:
ssh [host] (the name in the C:\Users\PAT\.ssh config file // EX: ssh pi-club-pve)
-
In a new browser, type in: localhost:8006
-
Login with user’s username and password previously made
-
Make sure Realm: Proxmox VE authentication server
-