From d00c0fdd81950f3827cc715314a05e752320affd Mon Sep 17 00:00:00 2001 From: dmahacker Date: Thu, 11 Apr 2024 20:39:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ssh=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ssh/dma-config | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.ssh/dma-config b/.ssh/dma-config index 0fe7c85..e7a4ce8 100644 --- a/.ssh/dma-config +++ b/.ssh/dma-config @@ -11,3 +11,13 @@ Host github.com Hostname ssh.github.com Port 443 User git + +Host nat + Hostname 211.91.66.229 + Port 55914 + User root + +Host gate + Hostname 192.168.124.1 + Port 22 + User root