milis/talimatname/genel/ssh-askpass/ssh-askpass.kur-kos

9 lines
208 B
Text
Raw Normal View History

2016-03-23 23:58:39 +02:00
if ( ! grep ssh-askpass etc/sudo.conf 2> /dev/null )
2016-02-24 02:27:23 +02:00
then
2016-03-23 23:58:39 +02:00
cat >> etc/sudo.conf << "EOF"
2016-02-24 02:27:23 +02:00
# Path to askpass helper program
Path askpass /usr/libexec/openssh/ssh-askpass
EOF
chmod -v 0644 /etc/sudo.conf
fi