Explorar o código

sshpass: remove unmatched quote mark (#1413)

luk3yx %!s(int64=7) %!d(string=hai) anos
pai
achega
0fbce892d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/common/sshpass.md

+ 1 - 1
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: