You are not logged in.
Pages: 1
I want to have .ssh out of my home folder.
I changed /etc/ssh/ssh_config to the following:
IdentityFile ~/.config/ssh/id_rsa
IdentityFile ~/.config/ssh/id_dsa
IdentityFile ~/.config/ssh/id_ecdsa
IdentityFile ~/.config/ssh/id_ed25519 and /etc/ssh/sshd_config to:
AuthorizedKeysFile .config/ssh/authorized_keysbut it keeps creating .ssh under my $HOME folder. Where is hte mistake here?
Last edited by b42 (2024-01-25 20:09:01)
Offline
See https://wiki.archlinux.org/title/XDG_Ba … #Hardcoded (OpenSSH).
Eenie meenie, chili beanie, the spirits are about to speak -- Bullwinkle J. Moose
It's a big club...and you ain't in it -- George Carlin
Registered Linux user #149839
perl -e 'print$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10); '
Offline
See https://wiki.archlinux.org/title/XDG_Ba … #Hardcoded (OpenSSH).
this means the path for .ssh folder cannot be changed?
Offline
Do you see other interpretations of "Hardcoded" and "won't fix"?
Offline
Pages: 1