diff options
-rwxr-xr-x | config/backup-lhn2ix | 2 | ||||
-rw-r--r-- | config/lhn2ix.txt | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/config/backup-lhn2ix b/config/backup-lhn2ix index 0b135fb..6755232 100755 --- a/config/backup-lhn2ix +++ b/config/backup-lhn2ix @@ -6,7 +6,7 @@ basedir="${0%/*}" cd "$basedir" -ssh ubnt@192.168.11.1 \ +ssh ubnt@lhn2ix.dn42.trygvis.io \ /opt/vyatta/bin/vyatta-op-cmd-wrapper show configuration commands \ > .tmp diff --git a/config/lhn2ix.txt b/config/lhn2ix.txt index d74a3e1..12730fb 100644 --- a/config/lhn2ix.txt +++ b/config/lhn2ix.txt @@ -107,8 +107,10 @@ set system config-management commit-revisions 10 set system crash-handler send-crash-report false set system domain-name trygvis.io set system host-name lhn2ix -set system login user ubnt authentication encrypted-password '$5$ucVLbcMWY6pqMscw$uTjpyafVQ9Qj7nfKEOsurrfRgFhTb6ZbANgAsdRfWo8' +set system login user ubnt authentication encrypted-password '$5$Wu8xmYAo9yxLxQbq$HgzV.0uev3uJmtEfp7/GJnaw2ZIxICAlRr1Y8YbU/pB' set system login user ubnt authentication plaintext-password '' +set system login user ubnt authentication public-keys trygvis@biwia key AAAAC3NzaC1lZDI1NTE5AAAAIK3NIIYprtLQFNut7GGf0va7YYFeSXKSgWDQi4qbf5Ph +set system login user ubnt authentication public-keys trygvis@biwia type ssh-ed25519 set system login user ubnt full-name '' set system login user ubnt level admin set system name-server 8.8.8.8 |