# 2.0 Ricochet Access🎾

---

1. Generate and Add SSH Keys to Github ([Refer to this doc](https://wiki.raspberrypiclub.org/books/how-to-ssh/page/10-generate-and-add-ssh-keys-to-github))
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
```

3. Import the User's SSH Key ([Refer to this doc](https://wiki.raspberrypiclub.org/books/how-to-ssh/page/20-import-ssh-keys-on-debian-linux))
4. Add a New Proxmox User ([Refer to this doc](https://wiki.raspberrypiclub.org/books/how-to-proxmox/page/20-proxmox-users-and-groups))
5. Access the Proxmox Server ([Refer to this doc](https://wiki.raspberrypiclub.org/books/how-to-ssh/page/30-using-ssh))