aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-04-19 12:13:48 -0700
committerKenny Root <kenny@the-b.org>2015-04-19 12:30:32 -0700
commit42b64b35b97024ee0297b60b83a0648b0e71ec30 (patch)
tree872e7d9f121ec873510a9843819c6b926159150c /res/values
parent422b0131dbf0b7fbb37a3a1e0403389ad3b0808c (diff)
downloadconnectbot-42b64b35b97024ee0297b60b83a0648b0e71ec30.tar.gz
connectbot-42b64b35b97024ee0297b60b83a0648b0e71ec30.tar.bz2
connectbot-42b64b35b97024ee0297b60b83a0648b0e71ec30.zip
ssh: display the key exchange algorithm used
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5f2d78a..d8e3bb5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -437,6 +437,11 @@
<!-- Displayed on the terminal describing the cryptographic algorithm names -->
<string name="terminal_using_algorithm">"Using algorithm: %1$s %2$s"</string>
+ <!-- Displayed on the terminal during a SSH connection describing the cryptographic key
+ exchange algorithm used to establish a shared secret between this program and the
+ server. -->
+ <string name="terminal_kex_algorithm">Key exchange algorithm: %s</string>
+
<string name="terminal_auth">"Trying to authenticate"</string>
<string name="terminal_auth_pass">"Attempting 'password' authentication"</string>