summaryrefslogtreecommitdiff
path: root/doc/note/ssh/ssh-usage.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/note/ssh/ssh-usage.txt')
-rw-r--r--doc/note/ssh/ssh-usage.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/note/ssh/ssh-usage.txt b/doc/note/ssh/ssh-usage.txt
index f9bc2a8..ff76f4c 100644
--- a/doc/note/ssh/ssh-usage.txt
+++ b/doc/note/ssh/ssh-usage.txt
@@ -30,6 +30,11 @@ request to "localhost:7080" on HOST.
ssh -o 'ProxyCommand ncat -p12345 %h %p' MY_SERVER
+## Get rid of bullshit warnings
+
+ -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null
+
+
## Run Cmd via jumphost
Source: "https://www.cyberciti.biz/faq/linux-unix-ssh-proxycommand-passing-through-one-host-gateway-server/"