summaryrefslogtreecommitdiff
path: root/dot_local
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2022-05-31 21:01:47 -0400
committerChloe Kudryavtsev <toast@toast.cafe>2022-05-31 21:01:47 -0400
commitd17a862cdb5e94a30b4c78133313e558687c501f (patch)
tree1f80d1ff1078ff02bfdb6200f1a22ef54293da01 /dot_local
parentrg.fish: export doesn't expand ~ on fish (diff)
sh/ssh: fix typo
Diffstat (limited to 'dot_local')
-rw-r--r--dot_local/lib/sh/ssh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_local/lib/sh/ssh b/dot_local/lib/sh/ssh
index 4f007b1..9b25647 100644
--- a/dot_local/lib/sh/ssh
+++ b/dot_local/lib/sh/ssh
@@ -1,2 +1,2 @@
. hascmd ssh || return
-alias ossh='ssh -p StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=Error'
+alias ossh='ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=Error'