dotfiles.git

commit 62976e7d8a5f24e5d2d4b86b414fb7ec83fc61ea

Author: Adam <git@apiote.xyz>

backup ssh

 .ssh/config | 8 ++++++++


diff --git a/.ssh/config b/.ssh/config
index 8ad39b173701124d25da291f22efe136d94e544f..e96ea91e3cf4531e8668748450395948aa13f378 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -16,5 +16,13 @@ 	IdentityFile ~/.ssh/polluks
 Host apiote.xyz
 	User adam
 	IdentityFile ~/.ssh/deepthought
+	IdentityFile ~/.ssh/deepthought_backup
 	ProxyCommand /usr/bin/nc -x 127.0.0.1:10080 localhost 22
 	IdentitiesOnly yes
+Host apiote-zapas
+	User adam
+	ProxyJump apiote@ssh-j.com
+	Hostname deepthought
+	IdentityFile ~/.ssh/deepthought
+	IdentityFile ~/.ssh/deepthought_backup
+	IdentitiesOnly yes