-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #790 from KN6VKN/switchupdatesbill1
Updated ssh keys for miniconfig
- Loading branch information
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,18 @@ system { | |
ssh-ecdsa "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBjjcUJLTENGrV6K/nrPOswcBVMMuS4sLSs0UyTRw8wU87PDUzJz8Ht2SgHqeEQJdRm1+b6iLsx2uKOf+/pU8qE= [email protected]"; | ||
} | ||
} | ||
user kn6vkn { | ||
class super-user; | ||
authentication { | ||
ssh-ed25519 "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICaGiudLAi/5/Or+aLcrkb2zjhFh2YtSX2vkqYcFpTXZ [email protected]"; | ||
} | ||
} | ||
user danny { | ||
class super-user; | ||
authentication { | ||
ssh-ed25519 "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM/mloyevy5Qdvl4ngNRZ4xIwL2GGvg10XEF/oKrx6VE"; | ||
} | ||
} | ||
user rhamel { | ||
class super-user; | ||
authentication { | ||
|
@@ -49,13 +61,13 @@ system { | |
user kylerisse { | ||
class super-user; | ||
authentication { | ||
ssh-rsa "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMlEPbMnefiPfCTKb9lOzPzfnOVAohO08myWWMm9EJxZ"; | ||
ssh-ed25519 "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMlEPbMnefiPfCTKb9lOzPzfnOVAohO08myWWMm9EJxZ"; | ||
} | ||
} | ||
user jjung { | ||
class super-user; | ||
authentication { | ||
ssh-rsa "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBIUUXkExX9jkNOz+3LsT6Lbd50g1Ge3mEKFky1Ug4cs Jeff Jung - SCaLE"; | ||
ssh-ed25519 "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBIUUXkExX9jkNOz+3LsT6Lbd50g1Ge3mEKFky1Ug4cs Jeff Jung - SCaLE"; | ||
} | ||
} | ||
} | ||
|