OpenSSH lxqt-openssh-askpass.sh configuration example for CentOS Linux 7

Get the default configuration file lxqt-openssh-askpass.sh for OpenSSH, optimized for CentOS Linux 7. 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/lxqt-openssh-askpass.sh.

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

    SSH_ASKPASS=/usr/libexec/openssh/lxqt-openssh-askpass
export SSH_ASKPASS

    
  

Config Details

Location
/etc/profile.d/lxqt-openssh-askpass.sh
Operating system
CentOS Linux 7
Length
2 lines
MD5 checksum
12ce6693c74e06221daa177aa05d95a2

Usage

Download the raw file with wget or curl

Wget

wget -O lxqt-openssh-askpass.sh.example https://exampleconfig.com/static/raw/openssh/centos7/etc/profile.d/lxqt-openssh-askpass.sh

cURL

curl https://exampleconfig.com/static/raw/openssh/centos7/etc/profile.d/lxqt-openssh-askpass.sh > lxqt-openssh-askpass.sh.example