mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 09:35:25 +02:00
sshpass: remove unmatched quote mark (#1413)
This commit is contained in:
parent
f507c81857
commit
0fbce892d8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue