AZ ssh config
This commit is contained in:
@@ -114,6 +114,12 @@
|
|||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
|
"AZ-CLD-1" = {
|
||||||
|
hostname = "152.53.186.119";
|
||||||
|
user = "sascha.koenig";
|
||||||
|
port = 2022;
|
||||||
|
identityFile = "~/.ssh/sascha.koenig";
|
||||||
|
};
|
||||||
"github.com" = {
|
"github.com" = {
|
||||||
hostname = "github.com";
|
hostname = "github.com";
|
||||||
user = "m3tam3re";
|
user = "m3tam3re";
|
||||||
@@ -130,6 +136,12 @@
|
|||||||
user = "m3tam3re";
|
user = "m3tam3re";
|
||||||
identityFile = "~/.ssh/gitea";
|
identityFile = "~/.ssh/gitea";
|
||||||
};
|
};
|
||||||
|
"git.az-gruppe.com" = {
|
||||||
|
hostname = "git.az-gruppe.com";
|
||||||
|
port = 2022;
|
||||||
|
user = "sascha.koenig";
|
||||||
|
identityFile = "~/.ssh/sascha.koenig";
|
||||||
|
};
|
||||||
"lkk-nix-1" = {
|
"lkk-nix-1" = {
|
||||||
hostname = "89.58.10.189";
|
hostname = "89.58.10.189";
|
||||||
user = "lkk-admin";
|
user = "lkk-admin";
|
||||||
|
Reference in New Issue
Block a user