From 0fbce892d82858d37137da77250977ce08659ba2 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Mon, 19 Jun 2017 10:27:11 +1200 Subject: [PATCH] sshpass: remove unmatched quote mark (#1413) --- pages/common/sshpass.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/sshpass.md b/pages/common/sshpass.md index d43e0f539d..a7de6110b7 100644 --- a/pages/common/sshpass.md +++ b/pages/common/sshpass.md @@ -9,7 +9,7 @@ - Connect to a remote server with the password supplied as an option, and automatically accept unknown ssh keys: -`sshpass -p {{password}} ssh -o StrictHostKeyChecking=no {{user}}@{{hostname}}"` +`sshpass -p {{password}} ssh -o StrictHostKeyChecking=no {{user}}@{{hostname}}` - Connect to a remote server using the first line of a file as the password, automatically accept unknown ssh keys, and launch a command: