in reply to Re: perl in the stars
in thread perl in the stars
I have a single ssh key that I use for authentication, connected to my email address. Github gets the public key (as does the git config on any other remote git server I interact with). After any reboot, the first command I run is ssh-add so that all terminals I open already have my credentials (nobody else has access to this computer), and interaction with github and others is seamless.
Ok, I thought I was getting the upper hand with this:
$ xclip -sel clip < id_rsa.pub
But then...
fritz@laptop:~/.ssh$ ssh -T tallharry66@gitlab.com The authenticity of host 'gitlab.com (2606:47...:a9b9)' can't be estab +lished. ECDSA key fingerprint is SHA256:....w. Are you sure you want to continue connecting (yes/no/[fingerprint])? y +es Warning: Permanently added 'gitlab.com,2606:4700:....' (ECDSA) to the +list of known hosts. tallharry66@gitlab.com: Permission denied (publickey). fritz@laptop:~/.ssh$
So I'm not there yet. Was the .pub one the right one to give to gitlab?
(I hope I haven't left my auth key bare here.)
is @gitlab.com right?
Fishing for tips,
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: perl in the stars
by bliako (Monsignor) on Dec 19, 2022 at 15:40 UTC | |
by hippo (Bishop) on Dec 19, 2022 at 16:53 UTC | |
by Aldebaran (Curate) on Dec 19, 2022 at 20:15 UTC | |
by hippo (Bishop) on Dec 19, 2022 at 22:36 UTC | |
by Aldebaran (Curate) on Dec 25, 2022 at 08:11 UTC | |
| |
by soonix (Canon) on Dec 20, 2022 at 09:59 UTC | |
by Aldebaran (Curate) on Jan 02, 2023 at 08:46 UTC | |
| |
Re^3: perl in the stars
by soonix (Canon) on Dec 19, 2022 at 07:35 UTC |
In Section
Seekers of Perl Wisdom