aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-06-25 22:46:30 +0000
committerKenny Root <kenny@the-b.org>2009-06-25 22:46:30 +0000
commit12c1e528b5c5dc325d2b3887104f0cf277b83d0b (patch)
tree64d509ba6704f4d6937b48e248d106d8378c33e5 /res/xml
parent93d7a03dc05cb6bc230fff3b1d0b124263f00320 (diff)
downloadconnectbot-12c1e528b5c5dc325d2b3887104f0cf277b83d0b.tar.gz
connectbot-12c1e528b5c5dc325d2b3887104f0cf277b83d0b.tar.bz2
connectbot-12c1e528b5c5dc325d2b3887104f0cf277b83d0b.zip
Add authentication agent forwarding
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@331 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/host_prefs.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/xml/host_prefs.xml b/res/xml/host_prefs.xml
index 490eeb0..0d56606 100644
--- a/res/xml/host_prefs.xml
+++ b/res/xml/host_prefs.xml
@@ -43,7 +43,14 @@
android:entries="@array/list_pubkeyids"
android:entryValues="@array/list_pubkeyids_value"
/>
-
+
+ <ListPreference
+ android:key="useauthagent"
+ android:title="@string/hostpref_authagent_title"
+ android:entries="@array/list_authagent"
+ android:entryValues="@array/list_authagent_values"
+ />
+
<EditTextPreference
android:key="postlogin"
android:title="@string/hostpref_postlogin_title"