Create sysadmin's home directory and update .gitignore files.

This commit is contained in:
Darren 'Tadgy' Austin 2025-09-13 11:16:22 +00:00
commit 374e0818c0
13 changed files with 265 additions and 3 deletions

2
home/sysadmin/.ssh/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/known_hosts
/known_hosts.old

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICsx4EY4vbDt0TXGZsW9UjOxj+s/mVeytJ7lW5rAu0gS Darren 'Tadgy' Austin <darren@afterdark.org.uk>