Merge pull request #1482 from AkihiroSuda/ssh-nopassword

docs, ssh: unsupport password auth explicitly
This commit is contained in:
Sebastiaan van Stijn 2018-10-25 15:01:41 +02:00 committed by GitHub
commit a954005237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -191,7 +191,10 @@ $ docker -H ssh://example.com ps
```
To use SSH connection, you need to set up `ssh` so that it can reach the
remote host with public key authentication.
remote host with public key authentication. Password authentication is not
supported. If your key is protected with passphrase, you need to set up
`ssh-agent`.
Also, you need to have `docker` binary 18.09 or later on the daemon host.
#### Bind Docker to another host/port or a Unix socket