2009-09-29 19:53:04 +02:00
|
|
|
class sshd::client::base {
|
2009-12-10 23:15:07 +01:00
|
|
|
# this is needed because the gid might have changed
|
|
|
|
file { '/etc/ssh/ssh_known_hosts':
|
|
|
|
owner => root, group => 0, mode => 0644;
|
|
|
|
}
|
2009-09-29 19:53:04 +02:00
|
|
|
|
2009-12-10 23:15:07 +01:00
|
|
|
# Now collect all server keys
|
|
|
|
Sshkey <<||>>
|
2009-09-29 19:53:04 +02:00
|
|
|
}
|