about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--configs/shared/.ssh/config2
-rw-r--r--emacs/.emacs.d/wpc/ssh.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/shared/.ssh/config b/configs/shared/.ssh/config
index b5b220f852b6..67d82ac7e754 100644
--- a/configs/shared/.ssh/config
+++ b/configs/shared/.ssh/config
@@ -11,7 +11,7 @@ Host gcp
   Hostname 35.246.93.73
 
 # Laptop running in my flat
-Host flattop
+Host socrates
   User wpcarro
   Hostname 84.92.33.141
 
diff --git a/emacs/.emacs.d/wpc/ssh.el b/emacs/.emacs.d/wpc/ssh.el
index c988c96d63fd..0b11eb258525 100644
--- a/emacs/.emacs.d/wpc/ssh.el
+++ b/emacs/.emacs.d/wpc/ssh.el
@@ -33,7 +33,7 @@
 ;; Maximizes the tramp debugging noisiness while I'm still learning about tramp.
 (setq tramp-verbose 10)
 
-(defcustom ssh/hosts '("desktop" "flattop")
+(defcustom ssh/hosts '("desktop" "socrates")
   "List of hosts to which I commonly connect.
 Note: It could be interesting to read these values from ~/.ssh/config, but
   that's more than I need at the moment.")