aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2008-11-10 01:48:15 +0000
committerKenny Root <kenny@the-b.org>2008-11-10 01:48:15 +0000
commit91634b9e90b8b6581cf949026734b0bdf20a3026 (patch)
tree1a6548b59a0d526d3c954abab737c9de4c46054c /res/xml
parent69accfe08fadf4712ec6e1d38a7f2c7410bcba44 (diff)
downloadconnectbot-91634b9e90b8b6581cf949026734b0bdf20a3026.tar.gz
connectbot-91634b9e90b8b6581cf949026734b0bdf20a3026.tar.bz2
connectbot-91634b9e90b8b6581cf949026734b0bdf20a3026.zip
* Allow user to have a port-forward-only connection to a host (similar to OpenSSH's -N option)
* Fixed bug with adding port forwards * Fixed bug where we crash if connection goes away while we're initializing the ConsoleActivity
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/host_prefs.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/host_prefs.xml b/res/xml/host_prefs.xml
index 9669330..83aa6d6 100644
--- a/res/xml/host_prefs.xml
+++ b/res/xml/host_prefs.xml
@@ -49,6 +49,12 @@
android:title="Post-login automation"
android:summary="Commands to run on remote server once authenticated"
/>
+
+ <CheckBoxPreference
+ android:key="wantsession"
+ android:title="Start shell session"
+ android:summary="Disable this preference to only use port forwards."
+ />
<PreferenceCategory
android:title="Connection settings">