You are not logged in.
Suppose my AUR username is `$username`. My current ssh config file contains this.
Host aur-$username
User aur
HostName aur.archlinux.org
IdentityFile ~/.ssh/$filename
I am trying to generate an ssh key pair using the following command.
ssh-keygen -t ed25519 -C $comment -f $HOME/.ssh/$filenameCan the three variables here (username, filename, comment) be completely different from each other?
Last edited by desperado (2022-11-27 17:20:15)
Offline
I'm not quite sure what you're trying to accomplish, but all you need to to is follow: https://wiki.archlinux.org/title/AUR_su … entication
Offline
Yes. Why couldn't they be? A comment is a comment ... so it doesn't matter. A filename is just a name of a file, so it can be any (legal) name.
Last edited by Trilby (2022-11-20 23:10:39)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline