From 2e1979ca24c13bb04c8ecd5fe09e01678f40e53e Mon Sep 17 00:00:00 2001 From: A Farzat Date: Sun, 10 Nov 2024 08:38:38 +0900 Subject: Update ssh config --- .config/ssh/farzat_xyz.config | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to '.config/ssh/farzat_xyz.config') diff --git a/.config/ssh/farzat_xyz.config b/.config/ssh/farzat_xyz.config index 4234c73..db1f5e3 100644 --- a/.config/ssh/farzat_xyz.config +++ b/.config/ssh/farzat_xyz.config @@ -1,8 +1,15 @@ # vim: set filetype=sshconfig : -Host main1 - HostName farzat.xyz +Host ubuntu1 + HostName ubuntu1.farzat.xyz User farzat ForwardAgent yes IdentitiesOnly yes - IdentityFile ~/.local/share/ssh_pub_keys/main1.pub + IdentityFile ${XDG_DATA_HOME}/ssh_pub_keys/ubuntu1.pub + +Host arch1 + HostName arch1.farzat.xyz + User farzat + ForwardAgent yes + IdentitiesOnly yes + IdentityFile ${XDG_DATA_HOME}/ssh_pub_keys/arch1.pub -- cgit v1.2.3-70-g09d2