Browse Source

obsolete: replace obsolete id cmd example with rsync

Fabian Peter Hammerle 5 years ago
parent
commit
24da724e56
1 changed files with 1 additions and 2 deletions
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -27,6 +27,5 @@ $ docker run --name rsync-sshd \
     --volume bob-ssh-config:/home/bob/.ssh:ro \ 
     --init --rm \
     fphammerle/rsync-sshd
-$ ssh -l alice -p 2022 localhost id
-uid=1000(alice) gid=1000(alice) groups=1000(alice)
+$ rsync -av --rsh='ssh -p 2022' alice@localhost:/source /target
 ```