On 02/02/2024 15:25, 90 wrote:
to relocate the entire directory to one XDG-compliant path if the
user chooses to do so?
How about this?
mv ~/.ssh $XDG_DATA_HOME/ssh
ln -s $XDG_DATA_HOME/ssh ~/.ssh
This has the added advantage of not having to remember to set an
environment variable in every shell (and which might be dropped by
utilities like "sudo")
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@xxxxxxxxxxx
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev