diff --git a/roles/openssh/files/02-ssh-homeserver.conf b/roles/openssh/files/02-ssh-homeserver.conf index d4d89a3..c24fc26 100644 --- a/roles/openssh/files/02-ssh-homeserver.conf +++ b/roles/openssh/files/02-ssh-homeserver.conf @@ -1,3 +1,11 @@ # A config for IOT homeserver specifying correct user Host homeserver* User server + +# A config for home printserver specifying correct user +Host printserver +User server + +# TODO: don't duplicate as much with the above +Host printserver.lan +User server