diff options
| author | 2022-05-31 21:01:47 -0400 | |
|---|---|---|
| committer | 2022-05-31 21:01:47 -0400 | |
| commit | d17a862cdb5e94a30b4c78133313e558687c501f (patch) | |
| tree | 1f80d1ff1078ff02bfdb6200f1a22ef54293da01 | |
| parent | rg.fish: export doesn't expand ~ on fish (diff) | |
sh/ssh: fix typo
Diffstat (limited to '')
| -rw-r--r-- | dot_local/lib/sh/ssh | 2 |
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' |
