35b363698b
Allow a user to override the username on where .ssh/authorized_keys is installed. Change-Id: I030d5a89260aed8b23a35c4cdc2d67629934b076 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2 lines
68 B
Plaintext
2 lines
68 B
Plaintext
export DIB_LOCAL_CONFIG_USERNAME=${DIB_LOCAL_CONFIG_USERNAME:-root}
|