search for: rcfgkey

Displaying 2 results from an estimated 2 matches for "rcfgkey".

2024 Oct 18
2
Confusion using "ssh-add -D" and then "ssh-add -l"
I'm confused by the following:- rcfg at q957$ ssh-add -l 256 SHA256:gl9l9m/xnYpL9P7WkL60L+FcJ0+r2c5Ci770p9VEC08 chris at q957 (ED25519) 256 SHA256:4XDYbepg8zK43pofpQ8IGxMAXkej298a0XZHWjJTIQQ chris at q957 (ED25519) 3072 SHA256:yeQw8xe9rrxHKLqICoXNwReZKKV9HI1UeTCf95QywXM chris at t470 (RSA) 256 SHA256:dluRgJeTqJ32jKxRrSdjr/cibbIOZQeq8Inlna3+Sdw chris at q957 (ED25519)
2024 Oct 18
3
Confusion using "ssh-add -D" and then "ssh-add -l"
...> 256 SHA256:BxqEiksrCXPxKvQyBXqOqw1WKda110lYiC00Z+fKP4A chris at q957 (ED25519) > chris$ > > I guess I'm misunderstanding something but I don't see what at the moment. > > Probably related to the same problem:- chris$ ssh-add /home/chris/.share/rcfg/.ssh/rcfgKey Enter passphrase for /home/chris/.share/rcfg/.ssh/rcfgKey: Identity added: /home/chris/.share/rcfg/.ssh/rcfgKey (root at q957) chris$ ssh -i /home/chris/.share/rcfg/.ssh/rcfgKey root at backup Enter passphrase for key '/home/chris/.share/rcfg/.ssh/rcfgKey': root at bac...