Skip to content

Commit

Permalink
Merge pull request #790 from KN6VKN/switchupdatesbill1
Browse files Browse the repository at this point in the history
Updated ssh keys for miniconfig
  • Loading branch information
sarcasticadmin authored Nov 23, 2024
2 parents 87d174a + 851c9f3 commit 71c4176
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
8 changes: 8 additions & 0 deletions switch-configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ configurations, tooling and scripts for the Juniper Switches and Routers running
# Prereqs

PERL 5
Ubuntu instructions

```
apt-get install libexpect-perl
apt-get install net-sftp
apt-get install libnet-arp-perl
apt-get install libnet-interface-perl
```

# Firmware

Expand Down
16 changes: 14 additions & 2 deletions switch-configuration/config/miniconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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";
}
}
}
Expand Down

0 comments on commit 71c4176

Please sign in to comment.