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

9 lines
208 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
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