Skip to content

Commit a23575e

Browse files
authored
Fix clone link in readme
1 parent a3c3b71 commit a23575e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Still experimental -- contact [email protected] or [email protected] if you want help
88
Assuming you have a `/usr/local`
99

1010
```
11-
$ git clone git://github.com/uber/docker-ssh-agent-forward
11+
$ git clone git://github.com/uber-common/docker-ssh-agent-forward
1212
$ cd docker-ssh-agent-forward
1313
$ make
1414
$ make install
@@ -27,7 +27,8 @@ the SSH agent socket and sets `SSH_AUTH_SOCK` within the container.
2727
$ pinata-ssh-mount
2828
-v ssh-agent:/ssh-agent -e SSH_AUTH_SOCK=/ssh-agent/ssh-agent.sock
2929
30-
$ docker run -it $(pinata-ssh-mount) uber/ssh-agent-forward ssh -T [email protected]
30+
$ docker run -it $(pinata-ssh-mount)
31+
/ssh-agent-forward ssh -T [email protected]
3132
The authenticity of host 'github.com (192.30.252.128)' can't be established.
3233
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
3334
Are you sure you want to continue connecting (yes/no)? yes

0 commit comments

Comments
 (0)