64. .etc.ssh.sshd_config

SCR Agent for reading/writing /etc/ssh/sshd_config using the ini-agent

64.1. Authors

  • Lukas Ocilka <locilka@suse.cz>

64.2. Description

For more information about possible keys and values consult with the sshd_config man pages `man sshd_config`.

Access type: read/write

File Name: /usr/share/YaST2/scrconf/etc_ssh_sshd_config.scr

64.3. Usage

Example 34. 

Dir(.sshd)
(["Port", "X11Forwarding", "Compression", "MaxAuthTries", "PermitRootLogin"])
Read(.etc.ssh.sshd_config.Compression)
(["yes"])
Write(.etc.ssh.sshd_config.Compression, "no")
(true)