...
This commit is contained in:
parent
9a1dd94488
commit
2799063c04
25
sshkey.md
Normal file
25
sshkey.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# ssh key
|
||||||
|
|
||||||
|
```bash
|
||||||
|
#check if you have ssh-keys loaded in ssh-agent
|
||||||
|
ssh-add -l
|
||||||
|
```
|
||||||
|
|
||||||
|
if not load the right one, or generate
|
||||||
|
|
||||||
|
my key is called kds.pub, always use the .pub one
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cat ~/.ssh/kds.pub
|
||||||
|
|
||||||
|
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/9RNGKRjHvViunSOXhBF7EumrWvmqAAVJSrfGdLaVasgaYK6tkTRDzpZNplh3Tk1aowneXnZffygzIIZ82FWQYBo04IBWwFDOsCawjVbuAfcd9ZslYEYB3QnxV6ogQ4rvXnJ7IHgm3E3SZvt2l45WIyFn6ZKuFifK1aXhZkxHIPf31q68R2idJ764EsfqXfaf3q8H3u4G0NjfWmdPm9nwf/RJDZO+KYFLQ9wXeqRn6u/mRx+u7UD+Uo0xgjRQk1m8V+KuLAmqAosFdlAq0pBO8lEBpSebYdvRWxpM0QSdNrYQcMLVRX7IehizyTt+5sYYbp6f11WWcxLx0QDsUZ/J kristof@incubaid.com
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
- go to [https://git.ourworld.tf/user/settings/keys](https://git.ourworld.tf/user/settings/keys)
|
||||||
|
|
||||||
|
add the key you found from kds.pub, copy all from ssh-... with email addr. underneith ssh
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user