Add (encrypted) ESXcli configs. Remove rsa key from tracking.

This commit is contained in:
Darren 'Tadgy' Austin 2023-11-05 22:33:40 +00:00
commit 34bd0b9eec
8 changed files with 6 additions and 1 deletions

BIN
.esxcli-esx0.gpg Normal file

Binary file not shown.

BIN
.esxcli-esx1.gpg Normal file

Binary file not shown.

BIN
.esxcli-esx2.gpg Normal file

Binary file not shown.

BIN
.esxcli-esx3.gpg Normal file

Binary file not shown.

5
.gitignore vendored
View file

@ -13,6 +13,10 @@
/.cache/
/.cups/
/.dbus/
/.esxcli-esx0
/.esxcli-esx1
/.esxcli-esx2
/.esxcli-esx3
/.fltk/
/.gitconfig
/.gvfs/
@ -24,6 +28,7 @@
/.pki/
/.rnd
/.screen-*/
/.selected_editor
/.sqlite_history
/.thumbnails/
/.viminfo

1
.ssh/.gitignore vendored
View file

@ -1,4 +1,5 @@
/agents*
/id_rsa
/id_rsa.pub
/id_ed25519
/known_hosts*

Binary file not shown.

View file

@ -1 +0,0 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtsRUCRcju+l1TrfwGQ/PCcXBwN8bTCcmS0PYbdu13XJQ9DijTZsU7m2k8pi2fFU0VG5+C57i4FhkV3J7Ngpu0XDM4CPuoq2agRTEMXZlHu0aO8mEaPBli5oEkx/m1yinL0FapDfxMkeLDp3eHL0Gw2I0G6Kg8j4jl0pz4uYPLrrMbcWgEin+ijUE71lRXXJ2U6whCFBz991XDTkyX9a3CMAKIjYq0qTMyBGWUzHVNVPCXXa1bcK6Jj6jlkW1oowfccof3mDtm5Tef54pFAWS6yYSM+XkmCStknDInKI/fL54LnH6PZxEz2wdRXArMNk80gNyzLbOqEddnaoTaSowTIcXOUyzMrgyf/c2WZp9Ss05kgt6e+sTFqEREt1oslGP8s2rtvhRCyAaQM0X5TutqycLeNbm7duKmb4FuYvRqbi6ECqrUZ5roz5ushrtEvUY74xmo3Wt5/6piDV7VTCLUqNJNcB+rPFLG+LYUS+G1w4HZGXXgIERcHHDdvt4LQm0= Darren 'Tadgy' Austin <darren@afterdark.org.uk>