Skip to main content

2.0 Ricochet Access🎾


Steps to GiveGiving New Users Ricochet Access to the Raspberry Pi Club Proxmox Server
  1. Generate and Add SSH Keys to Github (Refer to this doc)doc)
  2. 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
  1. Import the User's SSH Key (Refer to this doc)doc)
  2. Add a New Proxmox User (Refer to this doc)doc)
  3. Access the Proxmox Server (Refer to this doc)