ssh-askpass.kur-kos 208 B

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