Merged in oherrala/puppet/oherrala-sshd-xauth (pull request #54)
sshd: Install xauth needed for X11 Forwarding.
This commit is contained in:
commit
af75d08f0a
1 changed files with 5 additions and 0 deletions
|
@ -115,6 +115,11 @@ class ssh::server {
|
|||
},
|
||||
before => Service["sshd"],
|
||||
}
|
||||
|
||||
# Needed for X11 Forwarding
|
||||
package { "xorg-x11-xauth":
|
||||
ensure => installed,
|
||||
}
|
||||
}
|
||||
|
||||
service { "sshd":
|
||||
|
|
Loading…
Add table
Reference in a new issue