aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/host_prefs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/host_prefs.xml')
-rw-r--r--res/xml/host_prefs.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/xml/host_prefs.xml b/res/xml/host_prefs.xml
index ca1c12b..3d1c51b 100644
--- a/res/xml/host_prefs.xml
+++ b/res/xml/host_prefs.xml
@@ -30,12 +30,20 @@
android:entries="@array/list_colors"
android:entryValues="@array/list_colors"
/>
-
+<!--
<CheckBoxPreference
android:key="usekeys"
android:title="Use SSH keys"
/>
+-->
+ <ListPreference
+ android:key="pubkeyid"
+ android:title="Use Pubkey Auth"
+ android:entries="@array/list_pubkeyids"
+ android:entryValues="@array/list_pubkeyids"
+ />
+
<EditTextPreference
android:key="postlogin"
android:title="Post-login automation"