diff --git a/.ssh/config.d/hostGroup1 b/.ssh/config.d/hostGroup1 new file mode 100644 index 0000000..542a612 --- /dev/null +++ b/.ssh/config.d/hostGroup1 @@ -0,0 +1,11 @@ +Host 1 + User admin + Hostname 127.0.0.1 + Port 2222 + IdentityFile ~/.ssh/id_rsa + +Host 2 + User admin123123 + Hostname 127.0.0.2 + Port 22 + IdentityFile ~/.ssh/id_rsa \ No newline at end of file