You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to deploy to a production system at a large datacenter that has many firewall and security rules. I am currently using my own account as the deploy account, and the deploy makes it all the way up to the following command:
-----> Launching
$ cd "$release_path"
sudo: no tty present and no askpass program specified
! ERROR: Deploy failed.
I have combed (and grep'd) through source but cannot find any sudo command that would be triggering this. I am aware that adding NOPASSWD to my sudoers file will mitigate this, but that isn't an option in this production environment. I also added a -v flag to the ssh options, but there were no errors in the verbose ssh output that signaled what was wrong. On the server side, the PAM module seems to be throwing a "no password detected" but that doesn't make sense since I couldn't find a place sudo was ever being run.
Does anybody have any insights as to what's going on or what I could do to help this along? Cheers 😄
The text was updated successfully, but these errors were encountered:
I am trying to deploy to a production system at a large datacenter that has many firewall and security rules. I am currently using my own account as the deploy account, and the deploy makes it all the way up to the following command:
I have combed (and grep'd) through source but cannot find any sudo command that would be triggering this. I am aware that adding NOPASSWD to my sudoers file will mitigate this, but that isn't an option in this production environment. I also added a -v flag to the ssh options, but there were no errors in the verbose ssh output that signaled what was wrong. On the server side, the PAM module seems to be throwing a "no password detected" but that doesn't make sense since I couldn't find a place sudo was ever being run.
Does anybody have any insights as to what's going on or what I could do to help this along? Cheers 😄
The text was updated successfully, but these errors were encountered: