set up new ed25519 ssh keys
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
enableDefaultConfig = false;
|
||||
|
||||
matchBlocks = let
|
||||
tb1 = "~/.ssh/id_rsa.tb1.pub";
|
||||
tb2 = "~/.ssh/id_rsa.tb2.pub";
|
||||
tb1 = "~/.ssh/id_ed25519.tb1";
|
||||
in
|
||||
{
|
||||
# Defaults
|
||||
@@ -30,12 +29,12 @@
|
||||
# HomeLab Machines
|
||||
"fs1" = {
|
||||
hostname = "fs1.t1.xyz";
|
||||
identityFile = tb1;
|
||||
#identityFile = tb1;
|
||||
forwardAgent = true;
|
||||
};
|
||||
"fs1.local" = {
|
||||
hostname = "192.168.50.100";
|
||||
identityFile = tb1;
|
||||
#identityFile = tb1;
|
||||
forwardAgent = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user