update ssh
This commit is contained in:
parent
132dbe997c
commit
aad12a5c3d
1 changed files with 10 additions and 14 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
# A modern replacement for 'ls'.
|
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
|
|
@ -34,20 +33,17 @@
|
||||||
user = "gwg313";
|
user = "gwg313";
|
||||||
identityFile = "/home/gwg313/.ssh/home/id_ed25519";
|
identityFile = "/home/gwg313/.ssh/home/id_ed25519";
|
||||||
};
|
};
|
||||||
"bytebastion1" = {
|
|
||||||
hostname = "bytebastion1.local.gwg313.xyz";
|
"waypoint" = {
|
||||||
user = "gwg313";
|
hostname = "waypoint.local.gwg313.xyz";
|
||||||
identityFile = "/home/gwg313/.ssh/home/id_ed25519";
|
user = "root";
|
||||||
|
identityFile = "/home/gwg313/.ssh/colmena/id_ed25519";
|
||||||
};
|
};
|
||||||
"bytebastion2" = {
|
|
||||||
hostname = "bytebastion2.local.gwg313.xyz";
|
"seikan" = {
|
||||||
user = "gwg313";
|
hostname = "147.182.147.32";
|
||||||
identityFile = "/home/gwg313/.ssh/home/id_ed25519";
|
user = "root";
|
||||||
};
|
identityFile = "/home/gwg313/.ssh/digital_ocean/id_ed25519";
|
||||||
"bytebastion3" = {
|
|
||||||
hostname = "bytebastion3.local.gwg313.xyz";
|
|
||||||
user = "gwg313";
|
|
||||||
identityFile = "/home/gwg313/.ssh/home/id_ed25519";
|
|
||||||
};
|
};
|
||||||
"onedev.local" = {
|
"onedev.local" = {
|
||||||
hostname = "git.local.gwg313.xyz";
|
hostname = "git.local.gwg313.xyz";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue