2020-09-18 18:01:16 -04:00
|
|
|
#############################################################################
|
|
|
|
SSHSecure - a program to harden OpenSSH from defaults
|
|
|
|
Copyright (C) 2020 Brent Saner
|
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
#############################################################################
|
|
|
|
|
2020-09-11 23:06:51 -04:00
|
|
|
The following uses the bcrypt encryption. The passphrase is "test".
|
|
|
|
|
|
|
|
PEM:
|
|
|
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+iAxqlRjET5A4WiWr1A8Upnq12sJy2OEb0HMTeF0D2 This is a test key
|
|
|
|
|
|
|
|
HEX:
|
|
|
|
00000000: 0000 000b 7373 682d 6564 3235 3531 3900 ....ssh-ed25519.
|
|
|
|
00000010: 0000 20bf a203 1aa5 4631 13e4 0e16 896a .. .....F1.....j
|
|
|
|
00000020: f503 c529 9ead 76b0 9cb6 3846 f41c c4de ...)..v...8F....
|
|
|
|
00000030: 1740 f6 .@.
|
|
|
|
|
|
|
|
ANNOTATED HEX:
|
|
|
|
0 0000000b (11)
|
|
|
|
0.0 7373682d65643235353139 ("ssh-ed25519")
|
|
|
|
1 00000020 (32)
|
|
|
|
1.1 bfa2031aa5463113e40e16896af503c5299ead76b09cb63846f41cc4de1740f6 (bytes)
|