added bob to sshconfig
This commit is contained in:
parent
dee5950ff3
commit
ac072ce425
@ -15,6 +15,12 @@
|
|||||||
identityFile = "~/.ssh/id_ed25519";
|
identityFile = "~/.ssh/id_ed25519";
|
||||||
port = 352;
|
port = 352;
|
||||||
};
|
};
|
||||||
|
bob = {
|
||||||
|
hostname = "192.168.90.25";
|
||||||
|
user = "richie";
|
||||||
|
identityFile = "~/.ssh/id_ed25519";
|
||||||
|
port = 262;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user