From 880428f728e4e1e5a2954be5739f605c68b80564 Mon Sep 17 00:00:00 2001
From: Frederik Vanrenterghem <frederik@vanrenterghem.biz>
Date: Mon, 7 Jun 2021 16:53:47 +0800
Subject: [PATCH] Update to v3 onion service.

---
 ssh/.ssh/config | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ssh/.ssh/config b/ssh/.ssh/config
index 9388e19..28c7458 100644
--- a/ssh/.ssh/config
+++ b/ssh/.ssh/config
@@ -12,13 +12,13 @@ Host laysan.vanrenterghem.biz
         PreferredAuthentications publickey
         IdentityFile /home/frederik/.ssh/niihau/id_rsa
 Host niihau.onion
-	HostName hmpbd2zu6pwhplxb.onion
+	HostName qu4xwwwdtcmhrg7urxqkan435vd4fudsgqjaadkbvypdora4tlkjxayd.onion
 	Port 22
 	User frederik
         PreferredAuthentications publickey
         IdentityFile /home/frederik/.ssh/id_rsa
 Host laysan.onion
-	HostName a23g4um577l6pxt5.onion
+	HostName kqwzwx656h7zyek3mwqysgudrleseeyld2rrqej3dmagv3ejlaxo3iid.onion
 	Port 22
 	User frederik
         PreferredAuthentications publickey
@@ -29,6 +29,7 @@ Host A20.onion
         User frederik
         PreferredAuthentications publickey
         IdentityFile /home/frederik/.ssh/id_rsa
+
 Host *.onion
 	ProxyCommand nc -xlocalhost:9050 -X5 %h %p
 
-- 
2.39.5