From 2799063c04915157970403107c5383f0217a097f Mon Sep 17 00:00:00 2001 From: despiegk Date: Mon, 5 Feb 2024 12:51:02 +0300 Subject: [PATCH] ... --- sshkey.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sshkey.md diff --git a/sshkey.md b/sshkey.md new file mode 100644 index 0000000..21e76cf --- /dev/null +++ b/sshkey.md @@ -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 + + +