After installing it on my host (MacOS Sierra v. 10.12.6 (16G29)), when I fire pinata-ssh-forward it gives no output. After commenting out line 2 set -eo pipefail, I get the prompt asking for password:
ssh-agent
Connection to 127.0.0.1 port 2244 [tcp/nmsserver] succeeded!
root@127.0.0.1's password:
Permission denied, please try again.
What is wrong with my setup? :)
After installing it on my host (MacOS Sierra v. 10.12.6 (16G29)), when I fire
pinata-ssh-forwardit gives no output. After commenting out line 2set -eo pipefail, I get the prompt asking for password:What is wrong with my setup? :)