From b53c75cc1d2d6982656bcd97b01b7fb226f3f5e5 Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Wed, 17 Dec 2025 13:05:51 +0800 Subject: [PATCH] add ssh config --- ssh/config | 50 +++++++++++++++++++++++++++++++++++++++++++ ssh/hf-linux.pub | 1 + ssh/idc-aws-sg.pub | 1 + ssh/idc-ucloud.pub | 1 + ssh/inc-dev.pub | 1 + ssh/inc-gitlab-ce.pub | 1 + ssh/inc-r750xa.pub | 1 + ssh/inc-radxa.pub | 1 + ssh/inc-xe9680.pub | 1 + 9 files changed, 58 insertions(+) create mode 100644 ssh/config create mode 100644 ssh/hf-linux.pub create mode 100644 ssh/idc-aws-sg.pub create mode 100644 ssh/idc-ucloud.pub create mode 100644 ssh/inc-dev.pub create mode 100644 ssh/inc-gitlab-ce.pub create mode 100644 ssh/inc-r750xa.pub create mode 100644 ssh/inc-radxa.pub create mode 100644 ssh/inc-xe9680.pub diff --git a/ssh/config b/ssh/config new file mode 100644 index 0000000..6ea15c8 --- /dev/null +++ b/ssh/config @@ -0,0 +1,50 @@ +Host inc-r750xa + HostName 10.0.24.20 + User ubuntu + Port 22 + IdentityFile ~/.flinty/ssh/inc-r750xa.pub + IdentitiesOnly yes + +Host inc-backup-server + HostName 10.0.88.33 + User aiteam + IdentityFile ~/.flinty/ssh/inc-backup-server.pub + IdentitiesOnly yes + +Host inc-xe9680 + HostName 10.0.24.40 + User flintylemming + Port 22 + IdentityFile ~/.flinty/ssh/inc-xe9680.pub + IdentitiesOnly yes + +Host inc-dev + HostName 172.16.48.254 + User flintylemming + IdentityFile ~/.flinty/ssh/inc-dev.pub + IdentitiesOnly yes + +Host inc-radxa + HostName 172.16.49.114 + User flintylemming + IdentityFile ~/.flinty/ssh/inc-radxa.pub + IdentitiesOnly yes + +Host idc-ucloud + HostName 113.31.174.4 + User root + IdentityFile ~/.flinty/ssh/idc-ucloud.pub + IdentitiesOnly yes + +Host idc-aws-sg + HostName 52.220.5.200 + User admin + IdentityFile ~/.flinty/ssh/idc-aws-sg.pub + IdentitiesOnly yes + +Host idc-hf-linux + HostName 112.31.107.190 + Port 8850 + User flintylemming + IdentityFile ~/.flinty/ssh/hf-linux.pub + IdentitiesOnly yes \ No newline at end of file diff --git a/ssh/hf-linux.pub b/ssh/hf-linux.pub new file mode 100644 index 0000000..3b0b6af --- /dev/null +++ b/ssh/hf-linux.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJWqqDs8y2g7xRIf7HkVKMnaV5NISnPEGnlHBvFcJy/Y \ No newline at end of file diff --git a/ssh/idc-aws-sg.pub b/ssh/idc-aws-sg.pub new file mode 100644 index 0000000..a432ec5 --- /dev/null +++ b/ssh/idc-aws-sg.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGV6pq0jRl2t4gdJ9gx+OO6jdu0hSetqXFIBGL9WCCwl \ No newline at end of file diff --git a/ssh/idc-ucloud.pub b/ssh/idc-ucloud.pub new file mode 100644 index 0000000..c72894a --- /dev/null +++ b/ssh/idc-ucloud.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMycRDBhKomlc876HM7Ot0tLPEvLoJnyXJ8WABr4ix6f \ No newline at end of file diff --git a/ssh/inc-dev.pub b/ssh/inc-dev.pub new file mode 100644 index 0000000..533038f --- /dev/null +++ b/ssh/inc-dev.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA5+PuaLTqGeTZsO5/9ZtdjIZQ7AzVWECTZF9Fd11FFA \ No newline at end of file diff --git a/ssh/inc-gitlab-ce.pub b/ssh/inc-gitlab-ce.pub new file mode 100644 index 0000000..4bc74d9 --- /dev/null +++ b/ssh/inc-gitlab-ce.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFDbr1MnF1LZesax+sBRNVL3kQZVE0NlUhTNBZwU9p2W \ No newline at end of file diff --git a/ssh/inc-r750xa.pub b/ssh/inc-r750xa.pub new file mode 100644 index 0000000..ba5aca4 --- /dev/null +++ b/ssh/inc-r750xa.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDns4XhjFtM9FZR99104rQ3FbhpYZRxxZIoxwJrAxBaZ \ No newline at end of file diff --git a/ssh/inc-radxa.pub b/ssh/inc-radxa.pub new file mode 100644 index 0000000..7a07e95 --- /dev/null +++ b/ssh/inc-radxa.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKgZWk0H8AvR0NojqEKwEWTximPhhqwN4atJvaaNYQe/ \ No newline at end of file diff --git a/ssh/inc-xe9680.pub b/ssh/inc-xe9680.pub new file mode 100644 index 0000000..7ed694f --- /dev/null +++ b/ssh/inc-xe9680.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB0yaMTnmgSlpJlOXusTXzmDparG9lKQ1JMZ2AOA4oFS \ No newline at end of file