Created
September 26, 2017 11:17
-
-
Save spigell/901ad7fe05a64f87ba924a5be632d70b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [spigell@hammerhead ansible_lab]$ ssh vagrant@127.0.0.1 -p2222 | |
| Warning: Permanently added '[127.0.0.1]:2222' (ECDSA) to the list of known hosts. | |
| vagrant@127.0.0.1's password: | |
| [spigell@hammerhead ansible_lab]$ export SSHPASS=vagrant; sparrowdo --ssh_port=2222 --ssh_user=vagrant --verbose | |
| sshpass -e ssh -o ConnectionAttempts=1 -o ConnectTimeout=5 vagrant@127.0.0.1 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -tt -p 2222 vagrant@127.0.0.1 "sudo bash -c 'export LC_ALL=C ; export GIT_PROTOCOL=https ; export PERL_USE_UNSAFE_INC=1 ; export PATH=/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/local/bin:/usr/sbin/:/sbin/:/bin/$PATH ; export SPARROW_ROOT=/opt/sparrow ; export SPARROW_CONF_PATH=/opt/sparrow/sparrow-cache/sparrow.yaml ; export OUTTHENTIC_FORMAT=default ; rm -rf /opt/sparrow/sparrowdo-cache && mkdir -m 777 -p /opt/sparrow/sparrowdo-cache'" | |
| Warning: Permanently added '[127.0.0.1]:2222' (ECDSA) to the list of known hosts. | |
| bash: vagrant@127.0.0.1: command not found | |
| Connection to 127.0.0.1 closed. | |
| The spawned command 'sshpass -e ssh -o ConnectionAttempts=1 -o ConnectTimeout=5 vagrant@127.0.0.1 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -tt -p 2222 vagrant@127.0.0.1 "sudo bash -c 'export LC_ALL=C ; export GIT_PROTOCOL=https ; export PERL_USE_UNSAFE_INC=1 ; export PATH=/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/local/bin:/usr/sbin/:/sbin/:/bin/$PATH ; export SPARROW_ROOT=/opt/sparrow ; export SPARROW_CONF_PATH=/opt/sparrow/sparrow-cache/sparrow.yaml ; export OUTTHENTIC_FORMAT=default ; rm -rf /opt/sparrow/sparrowdo-cache && mkdir -m 777 -p /opt/sparrow/sparrowdo-cache'"' exited unsuccessfully (exit code: 127) | |
| in sub MAIN at /usr/share/perl6/site/resources/FF254277A424DD67816E55C6E2690BB742C0F67D line 96 | |
| in block <unit> at /usr/share/perl6/site/resources/FF254277A424DD67816E55C6E2690BB742C0F67D line 367 | |
| in sub MAIN at /usr/share/perl6/site/bin/sparrowdo line 2 | |
| in block <unit> at /usr/share/perl6/site/bin/sparrowdo line 2 | |
| [spigell@hammerhead ansible_lab]$ sparrowdo --password=vagrant --ssh_port=2222 --ssh_user=vagrant --verbose | |
| sshpass -p vagrant ssh -o ConnectionAttempts=1 -o ConnectTimeout=5 vagrant@127.0.0.1 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -tt -p 2222 vagrant@127.0.0.1 "sudo bash -c 'export LC_ALL=C ; export GIT_PROTOCOL=https ; export PERL_USE_UNSAFE_INC=1 ; export PATH=/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/local/bin:/usr/sbin/:/sbin/:/bin/$PATH ; export SPARROW_ROOT=/opt/sparrow ; export SPARROW_CONF_PATH=/opt/sparrow/sparrow-cache/sparrow.yaml ; export OUTTHENTIC_FORMAT=default ; rm -rf /opt/sparrow/sparrowdo-cache && mkdir -m 777 -p /opt/sparrow/sparrowdo-cache'" | |
| Warning: Permanently added '[127.0.0.1]:2222' (ECDSA) to the list of known hosts. | |
| bash: vagrant@127.0.0.1: command not found | |
| Connection to 127.0.0.1 closed. | |
| The spawned command 'sshpass -p vagrant ssh -o ConnectionAttempts=1 -o ConnectTimeout=5 vagrant@127.0.0.1 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -tt -p 2222 vagrant@127.0.0.1 "sudo bash -c 'export LC_ALL=C ; export GIT_PROTOCOL=https ; export PERL_USE_UNSAFE_INC=1 ; export PATH=/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/local/bin:/usr/sbin/:/sbin/:/bin/$PATH ; export SPARROW_ROOT=/opt/sparrow ; export SPARROW_CONF_PATH=/opt/sparrow/sparrow-cache/sparrow.yaml ; export OUTTHENTIC_FORMAT=default ; rm -rf /opt/sparrow/sparrowdo-cache && mkdir -m 777 -p /opt/sparrow/sparrowdo-cache'"' exited unsuccessfully (exit code: 127) | |
| in sub MAIN at /usr/share/perl6/site/resources/FF254277A424DD67816E55C6E2690BB742C0F67D line 96 | |
| in block <unit> at /usr/share/perl6/site/resources/FF254277A424DD67816E55C6E2690BB742C0F67D line 367 | |
| in sub MAIN at /usr/share/perl6/site/bin/sparrowdo line 2 | |
| in block <unit> at /usr/share/perl6/site/bin/sparrowdo line 2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment