Compare commits

...

4 Commits

Author SHA1 Message Date
Peter J. Holzer dbc2c9668b Merge branch 'master' into hjp 2023-03-05 15:10:34 +01:00
Peter J. Holzer 87a5b91d53 Merge branch 'master' of git.hjp.at:hjp/dot 2023-03-05 15:10:00 +01:00
Peter J. Holzer 0b316e008c Add collection of ssh public keys 2022-12-22 16:34:02 +01:00
Peter J. Holzer 6cb71fa6cc Source only readable profiles
Newer Ubuntu versions put files only readable by root into
/etc/profile.d
2022-12-22 16:31:21 +01:00
2 changed files with 5 additions and 1 deletions

View File

@ -251,6 +251,9 @@ if [ -d /etc/profile.d ]
then
for i in /etc/profile.d/*.sh
do
. $i
if [ -r $i ]
then
. $i
fi
done
fi

View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4jRA8UfI8UNzbxFq1xnRxm1oKzs39pDpB7ox5gBXvC hjp@arche-noah