milis/talimatname/genel/ssh-askpass/ssh-askpass.kur-kos
2016-03-23 07:53:40 +02:00

8 lines
210 B
Text

if ( ! grep ssh-askpass /etc/sudo.conf 2> /dev/null )
then
cat >> /etc/sudo.conf << "EOF"
# Path to askpass helper program
Path askpass /usr/libexec/openssh/ssh-askpass
EOF
chmod -v 0644 /etc/sudo.conf
fi