Tags
android awstats beans clearcase clearquest curl debian dev dhcp dreamhost dvb eclipse ethernet html http java javascript licensing linux mac macfuse mpeg mysql mythtv network networking openoffice php random root safari samba scripting shell spring sshfs ssh linux sudoers requiretty touch tr ubuntu vpn vsftp WOL xmltv yum
Tag Archives: ssh linux sudoers requiretty
TTY sudo fun
requiretty is an option in /etc/sudoers which prevents sudo operations from non-TTY sesssions. # This will be disallowed ssh example.com echo “hello world” sudo: sorry, you must have a tty to run sudo # This will work ssh -t example.com … Continue reading

