This commit is contained in:
despiegk 2024-02-05 12:51:02 +03:00
parent 9a1dd94488
commit 2799063c04
Signed by: despiegk
GPG Key ID: 99E4E1492F73BC18
1 changed files with 25 additions and 0 deletions

25
sshkey.md Normal file
View 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