OpenSSH gnome-ssh-askpass.sh configuration example for CentOS Linux 6

Get the default configuration file gnome-ssh-askpass.sh for OpenSSH, optimized for CentOS Linux 6. This example configuration ensures optimal compatibility and performance for OpenSSH, making it easy to set up and adjust to meet your needs.

Find and download the configuration file here: /etc/profile.d/gnome-ssh-askpass.sh.

For more configurations and setup guides, visit our related files section to further customize your system.

    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
export SSH_ASKPASS

    
  

Config Details

Location
/etc/profile.d/gnome-ssh-askpass.sh
Operating system
CentOS Linux 6
Length
2 lines
MD5 checksum
6bcfb218e0376f67244525842cc3f123

Usage

Download the raw file with wget or curl

Wget

wget -O gnome-ssh-askpass.sh.example https://exampleconfig.com/static/raw/openssh/centos6/etc/profile.d/gnome-ssh-askpass.sh

cURL

curl https://exampleconfig.com/static/raw/openssh/centos6/etc/profile.d/gnome-ssh-askpass.sh > gnome-ssh-askpass.sh.example