feat(ssh): add ssh config tracking

This commit is contained in:
Victor Westerlund 2025-03-13 11:14:52 +01:00
parent 8e670ba64a
commit 663ad7dd96
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,11 +1,13 @@
**
!.config/
!.local/
!.ssh/
# Include configs
!.nanorc
!.tmux.conf
!.gitconfig
!.ssh/config
!.config/git/
!.config/git/**
!.bash_aliases

4
.ssh/config Normal file
View file

@ -0,0 +1,4 @@
Host local.vlw.se
Port 2222
StrictHostKeyChecking no
UserKnownHostsFile /dev/null