Displaying 1 result from an estimated 1 matches for "poc_dockerb".
Did you mean:
poc_docker
2014 Jan 09
1
OSX - SSH agent functionality differing based upon CLI arguments
...tKeyChecking=no \
-o LogLevel=FATAL \
-o StrictHostKeyChecking=no \
-o UserKnownHostsFile=/dev/null \
-o IdentitiesOnly=yes \
-i /Users/bryanhunt/.vagrant.d/insecure_private_key \
-o ForwardAgent=yes \
"/bin/sh -c 'git clone git at bitbucket.org:bryan_picsolve/poc_docker.git /home/vagrant/poc_dockerb' "
/bin/sh -c 'git clone git at 127.0.0.1's password:
The client side SSH is:
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
The server side SSH is:
OpenSSH_5.9p1 Debian-5ubuntu1.1, OpenSSL 1.0.1 14 Mar 2012
Have any of the list members got an insight into this behaviour ?
Thank...