From 2a489a09bcdd23a0275cf7caaf1ddd9f3120901f Mon Sep 17 00:00:00 2001 From: Adrian Dvergsdal Date: Mon, 23 Feb 2015 12:08:11 +0100 Subject: [PATCH] Shortening text --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8701f64..689f29f 100644 --- a/README.md +++ b/README.md @@ -29,16 +29,9 @@ docker run \ #### Logging in -The SFTP server runs in the container on port 22, and in this example, you are forwarding the container's port 22 to the host's port 2222. - -To log into the STFP server, run - -``` -sftp -P 2222 foo@docker.host.tld -``` - -with docker.host.tld being the address (IP or domain name) of the machine running the Docker daemon. - +The OpenSSH server runs by default on port 22, and in this example, we are +forwarding the container's port 22 to the host's port 2222. To log in with an +OpenSSH client, run: `sftp -P 2222 foo@` ### Multiple users and volumes