Displaying 1 result from an estimated 1 matches for "engssh".
Did you mean:
engish
2007 May 23
12
Odd ssh authorized_keys problem
Hi all,
I''ve just implemented a [crude] manifest to apply a set authorized_keys
file to the root account of a puppet client.
class rootssh_test {
file { "/root/.ssh/authorized_keys":
owner => root, group => root, mode => 0600,
content => template("rootssh_test")
}
}
The template has two ssh id_rsa lines in.
When the client applies