Initial commit.
This commit is contained in:
parent
6720861726
commit
e34a2333a7
32 changed files with 309 additions and 3 deletions
5
etc/ssh/.gitignore
vendored
Normal file
5
etc/ssh/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
*_key
|
||||
moduli
|
||||
sshd_config
|
||||
sshd_config.d/
|
||||
ssh_config
|
||||
BIN
etc/ssh/ssh_host_ecdsa_key.gpg
Normal file
BIN
etc/ssh/ssh_host_ecdsa_key.gpg
Normal file
Binary file not shown.
1
etc/ssh/ssh_host_ecdsa_key.pub
Normal file
1
etc/ssh/ssh_host_ecdsa_key.pub
Normal file
|
|
@ -0,0 +1 @@
|
|||
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG+VCvLAdhS4yFB+KisMidAUZP6QSMOHWbEAK2194VAVdowZi/dJDNfH59QbEtI7wJ+y35pX5fXExWXbinUnKP0= root@void-live
|
||||
2
etc/ssh/ssh_host_ed25519_key.gpg
Normal file
2
etc/ssh/ssh_host_ed25519_key.gpg
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Œ
ïìH¡¬ižõòÒÀ›XÛ«§*l×X;à³aêN0<>ýÇbC{JëòºØ+eåïº<C3AF>—‘,®<>~Ö4M{wÌ)ç&ˆ·àªq2«Ä<C2AB>Øœ=SÛDA›¬ñ<C2AC><C3B1>É[p’\iŽ!o@€'4è<34>Dß㓼¤ú†÷ùÞï<C39E>Rm±9 ìšY¯Œ¤Ø:
ø”Â\¹Aµk} e®æ•hz<68>ÞwYƒ{0̾χ¦<E280A1>ft7ðévÍá_<C3A1><1D>Ì»ºÓçøËÆziC<69>@„ð>kIaIsà0]ÿ7³Î”±Ìk£ŒjS±‰ÄÕ¿®ò®˜dB¨¾ÂªÃo_¶V[ä±™d½Þ¢Ù-~h—–ˆ5Ï¢bÒŒùrT”Ę"n¯öÛ³ÛÉÈ%¯GfÖ‚^Qª[Iv7‰lå('Êëàp÷¿4?¶Ð¢ê•)g{MS3üMdO-ã¬{±Àë-k
|
||||
fIzÁ¹ùç{&@êU•&S
|
||||
1
etc/ssh/ssh_host_ed25519_key.pub
Normal file
1
etc/ssh/ssh_host_ed25519_key.pub
Normal file
|
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIETA3xleyhRRvvu/+RzMsacrAo9YQiPW0LYXojch+V9D root@void-live
|
||||
BIN
etc/ssh/ssh_host_rsa_key.gpg
Normal file
BIN
etc/ssh/ssh_host_rsa_key.gpg
Normal file
Binary file not shown.
1
etc/ssh/ssh_host_rsa_key.pub
Normal file
1
etc/ssh/ssh_host_rsa_key.pub
Normal file
|
|
@ -0,0 +1 @@
|
|||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCu/CWfLeiY97WzgmeDxWTsIuGEPY6aAzk6O67kyEozRwikgB54asxzI2gYxmnoJ7gHO0VjWg1PnE+I0cRyplxKummxwU9opRZ6xT3ehLXRJKWfFKIAQsVt5OncC/S1m496Me2B18WnXYcWhZkxo38DQpOOFtXkEGNuu/Q9juBBk1bkw56Ntn9ArKVQ2jBmGrodC329TK16mss1rN+RlEGrEpVU+EI8W1m/qYSs6menmWGvx92BPPn0ujCGOQZSYus4r07ebl2Xuy8ZCbdOdyqWfUW2CpQ5pokSIW5OtXiX6Gqgfb8KorG+wDaJs2tpSalvp9AR06rIfjlEFte4gszr5vuvnciKE0imVTvGbySUs6/0VB/lyCXzgWB12T9qIVdBop72pLfHFTkVG29yfQ5KlmPAw+WKAr9GQnsLQq3NwJQ9JyU/9+1Ak05A+X2+Cq0vMR45a8+/uo2aysLATeEW9Ew1cooQaJM350IVKy8QwOA1Af3cy+Y2fcDPuqwYHZU= root@void-live
|
||||
Loading…
Add table
Add a link
Reference in a new issue