Skip to content

Instantly share code, notes, and snippets.

@ktsosno
Created August 2, 2021 20:30
Show Gist options
  • Save ktsosno/5769211aff73e108da393477de6a6742 to your computer and use it in GitHub Desktop.
Save ktsosno/5769211aff73e108da393477de6a6742 to your computer and use it in GitHub Desktop.
# Rig Instructions
On every rig connect it to a monitor and open up the terminal.
Type: `cd ~/.ssh` to navigate to the SSH directory
Type: `ls -l` to list the files
Type: `rm authorized_keys` if you see that file listed
Type: `vim authorized_keys`
Once the editor is open, hit `i`
Ctrl+v this key:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDybNwWrzvFvJoG/iElUaYpgu7xoSq6wxdZFGT5KJDsIeNOHry6zK7rM3FNiHt/VrT98/FJZ0AtaJ1R
j0Jr7ZGwCor+EehdTk3NF/ajTpGH3e5bjRGKVt7RmfXLhnVhI4MiRAoQTlLXNNPHDhFl6gioUttRUMN3UlaLq2xUQjOlcFVJjGa1tuJteI4ZB2ypqzZeH
Snd9bcf/BAYQoHMn4OvUAY6wqm+JIgweCpq+g+LQV9glPX++jRpghm4WexVNjCx2sSRXR3xcmYlr4iqZUKTYS4oCznKJuAA6IFVHNHfJ4GwHGIz94NJTv
DaXE0EBMwOnubsUxhJtsAFNUIbZxV pi@kbmc-temp-sensor
Once pasted hit ESC then type `:wq`
After the editor closes, type `rm id_rsa.pub && vim id_rsa.pub`
Once the editor is open, hit `i`
Ctrl+v this key:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDybNwWrzvFvJoG/iElUaYpgu7xoSq6wxdZFGT5KJDsIeNOHry6zK7rM3FNiHt/VrT98/FJZ0AtaJ1R
j0Jr7ZGwCor+EehdTk3NF/ajTpGH3e5bjRGKVt7RmfXLhnVhI4MiRAoQTlLXNNPHDhFl6gioUttRUMN3UlaLq2xUQjOlcFVJjGa1tuJteI4ZB2ypqzZeH
Snd9bcf/BAYQoHMn4OvUAY6wqm+JIgweCpq+g+LQV9glPX++jRpghm4WexVNjCx2sSRXR3xcmYlr4iqZUKTYS4oCznKJuAA6IFVHNHfJ4GwHGIz94NJTv
DaXE0EBMwOnubsUxhJtsAFNUIbZxV pi@kbmc-temp-sensor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment