Skip to content

Instantly share code, notes, and snippets.

@jeffmccune
Created November 26, 2012 21:18
Show Gist options
  • Save jeffmccune/4150681 to your computer and use it in GitHub Desktop.
Save jeffmccune/4150681 to your computer and use it in GitHub Desktop.
passwordless_login_example.pp
node default {
file { '/home/jeff/.ssh/authorized_keys':
content => "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAzlnWpbiDfBLJWWh3xEIMo3QJhB+/TucyWtqTB3B3np1LHi7/zJW9L5KwqgCPfcCSPKY4ekW4K5DwZgXufM74+acBJqAIioJby5AVlkYtRMuJItzRYfkClN0Ex/8rCc/y8T+Wa5Q7Kyy73312xxqbeO8nzNkDO2Zx2oxxHVDSeThX5+Tk1lFj3LpsWbuTsImK9KsVPX50M6uNQxSt4ASx0SDe0MDLC5uzbGYtjqkZQYEYguo7O64t81+C3JK3BHDPsL5G5H7g2qwPJ7ola1sV1wDCGE9ago09QZvYpOacPbtbesFhbwKP31eDz2PWGSJ4DCIoLKhmfpEuDpiih649VQ== [email protected]\n",
mode => 0644,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment