update ssh

This commit is contained in:
gwg313 2025-03-30 22:48:06 -04:00
parent 132dbe997c
commit aad12a5c3d
Signed by: gwg313
GPG key ID: 60FF63B4826B7400

View file

@ -1,4 +1,3 @@
# A modern replacement for 'ls'.
{ ... }:
{
programs.ssh = {
@ -34,20 +33,17 @@
user = "gwg313";
identityFile = "/home/gwg313/.ssh/home/id_ed25519";
};
"bytebastion1" = {
hostname = "bytebastion1.local.gwg313.xyz";
user = "gwg313";
identityFile = "/home/gwg313/.ssh/home/id_ed25519";
"waypoint" = {
hostname = "waypoint.local.gwg313.xyz";
user = "root";
identityFile = "/home/gwg313/.ssh/colmena/id_ed25519";
};
"bytebastion2" = {
hostname = "bytebastion2.local.gwg313.xyz";
user = "gwg313";
identityFile = "/home/gwg313/.ssh/home/id_ed25519";
};
"bytebastion3" = {
hostname = "bytebastion3.local.gwg313.xyz";
user = "gwg313";
identityFile = "/home/gwg313/.ssh/home/id_ed25519";
"seikan" = {
hostname = "147.182.147.32";
user = "root";
identityFile = "/home/gwg313/.ssh/digital_ocean/id_ed25519";
};
"onedev.local" = {
hostname = "git.local.gwg313.xyz";