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
[chuck@sdp-centos-63-64-1 toolchain-example5]$ cat /tmp/ssh_t.out
Pseudo-terminal will not be allocated because stdin is not a terminal.
uid=500(chuck) gid=500(chuck) groups=500(chuck),10(wheel) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
[chuck@sdp-centos-63-64-1 toolchain-example5]$ cat /tmp/ssh_tt.out
tcgetattr: Invalid argument
uid=500(chuck) gid=500(chuck) groups=500(chuck),10(wheel) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
[chuck@sdp-centos-63-64-1 toolchain-example5]$
[chuck@sdp-centos-63-64-1 toolchain-example5]$ cat /tmp/ssh_t_sudo.out
Pseudo-terminal will not be allocated because stdin is not a terminal.
sudo: sorry, you must have a tty to run sudo
[chuck@sdp-centos-63-64-1 toolchain-example5]$ cat /tmp/ssh_tt_sudo.out
tcgetattr: Invalid argument
uid=0(root) gid=0(root) groups=0(root) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
Discussions have lead to the possibility of invoking sudo on the rundeck side where we sudo to a local user and then remotely dispatch from that user to the same user on the target node.
The text was updated successfully, but these errors were encountered:
dispatcher produces these output warnings. This can be reproduced in a rundeck crontab definition using the following entries:
each cron invoked session produces:
Discussions have lead to the possibility of invoking sudo on the rundeck side where we sudo to a local user and then remotely dispatch from that user to the same user on the target node.
The text was updated successfully, but these errors were encountered: