2.0 Ricochet Access🎾
Steps to GiveGiving New Users Ricochet Access to the Raspberry Pi Club Proxmox Server
- Generate and Add SSH Keys to Github (Refer to this
doc)doc)
- Edit SSH Config File
- Navigate to inside the .ssh folder on the user’s system
- Create a new file called “config” (unless it already exists) and edit it with Notepad
- Remove any file extension from the file (e.g. .txt)
- Enter the following and save the file:
Host [NAME]
HostName raspberrypiclub.org
User [USER]
LocalForward 8006 192.168.1.18:8006
Port 1666
- Import the User's SSH Key (Refer to this
doc)doc)
- Add a New Proxmox User (Refer to this
doc)doc)
- Access the Proxmox Server
(Refer to this doc)