summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-09-11 20:46:34 -0400
committerJune McEnroe <june@causal.agency>2020-09-11 20:46:34 -0400
commit64d913fdc3e886d1fcd2c8b9a863c78bd4f90936 (patch)
tree8244c1c84472a2577274ef97edce8fc5e2364caa
parentAdd influencer tweet (diff)
downloadsrc-64d913fdc3e886d1fcd2c8b9a863c78bd4f90936.tar.gz
src-64d913fdc3e886d1fcd2c8b9a863c78bd4f90936.zip
Add debian VM name to ssh
-rw-r--r--home/.ssh/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.ssh/config b/home/.ssh/config
index 5dad0aba..3fc6a8db 100644
--- a/home/.ssh/config
+++ b/home/.ssh/config
@@ -5,7 +5,7 @@ HashKnownHosts yes
 
 SendEnv LANG LC_*
 
-Host monday beastie puffy toaster tux
+Host monday beastie puffy toaster tux progynova
 	HostName %h.local
 	ForwardAgent yes
 	RemoteForward 7062 127.0.0.1:7062
pandmetaHerbert Xu 2018-04-02builtin: Move echo space/nl handling into print_escape_strHerbert Xu 2018-04-02builtin: Fix echo performance regressionHerbert Xu 2018-04-02expand: Fix ghost fields with unquoted $@/$*Herbert Xu 2018-04-02parser: Allow newlines within parameter substitutionHerbert Xu 2018-04-02expand: Fix bugs with words connected to the right of $@Herbert Xu 2018-03-25Revert "[BUILTIN] Remove unnecessary restoration of format string in printf"Herbert Xu 2018-03-22parser: Fix backquote support in here-document EOF markHerbert Xu