From de23aed0fd266ab3f9cc2eaafe269c2bec9aa44b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 7 May 2018 11:25:01 +0200 Subject: FreeRDP known_hosts2: Provide an empty known_hosts2 file for FreeRDP that site admins need to populate with RDP server host keys. --- Makefile.am | 4 ++++ README.md | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/Makefile.am b/Makefile.am index 75aab62..e5eadaa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,10 @@ freerdp2_session_wrapper_CFLAGS = \ -DPKGDATADIR="\"$(pkgdatadir)\"" \ -Wall -Werror +freerdp2_known_hosts2dir = $(sysconfdir)/arctica-greeter/guest-session/skel/.config/freerdp/ +freerdp2_known_hosts2_DATA = \ + known_hosts2 + EXTRA_DIST = \ $(pam_session_DATA) \ freerdp2.desktop.in \ diff --git a/README.md b/README.md index 8c20350..abe89d3 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,13 @@ This code project was originally started by Canonical Ltd. and has been adapted by various authors with the purpose of making Remote Logon against RDP servers via Arctica Greeter (formerly known as Unity Greeter) available on Ubuntu and non-Ubuntu systems alike. + +## Configuration + +For this Remote Logon Add-on to work, you have to populate + +``` +/etc/arctica-greeter/guest-session/skel/.config/freerdp/known_hosts2 +``` + +with your RDP servers' host keys. Otherwise, logins will fail. -- cgit v1.2.3