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

Get the default configuration file gnome-ssh-askpass.csh 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.csh.

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

    setenv SSH_ASKPASS /usr/libexec/openssh/gnome-ssh-askpass

    
  

Config Details

Location
/etc/profile.d/gnome-ssh-askpass.csh
Operating system
CentOS Linux 6
Length
1 lines
MD5 checksum
22814bfb88d21ec2f655eba88503d034

Usage

Download the raw file with wget or curl

Wget

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

cURL

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