1. |
Generate an SSH key~$ ssh-keygen -f ~/.ssh/id_gitbee |
2. |
Copy Your new Public Key~$ cat ~/.ssh/id_gitbee.pub | wl-copy # Just copy the whole file idk |
3. |
Connect to the Guest Access Terminal~$ ssh guest@git.honeybeeks.net |
4. |
Sign Up or Loginguest@queenbee > signup |
5. |
Register Your SSH Key with GitBee
guest@queenbee > gitb-reg |
1. |
Edit Local SSH Config~$ vi ~/.ssh/config
Host gitbee |
2. |
Connect to GitBee Interactive Terminal~$ ssh gitbee |