aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.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/values/strings.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/values/strings.xml')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7631a18..81227ce 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -71,6 +71,9 @@
<!-- Prompt for the password to unlock a certain pubkey. -->
<string name="prompt_pubkey_password">Password for key '%1$s'</string>
+ <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key -->
+ <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key '%1$s'?</string>
+
<!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. -->
<string name="host_verification_failure_warning_header">WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!</string>
<!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. -->
@@ -216,6 +219,9 @@
<!-- Host pubkey usage preference title -->
<string name="hostpref_pubkeyid_title">Use pubkey authentication</string>
+ <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection -->
+ <string name="hostpref_authagent_title">Use SSH auth agent</string>
+
<!-- Host post-login automation preference title -->
<string name="hostpref_postlogin_title">Post-login automation</string>
<!-- Host post-login automation preference summary -->