Handle hostnames with upper-case letters
[webmin.git] / ssh2 / ssh.conf
1 # This file is part of "The Java Telnet Application".
2 #
3 # This is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2, or (at your option)
6 # any later version.
7 #
8 # "The Java Telnet Application" is distributed in the hope that it will be 
9 # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 # GNU General Public License for more details.
12
13 # You should have received a copy of the GNU General Public License
14 # along with this software; see the file COPYING.  If not, write to the
15 # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16 # Boston, MA 02111-1307, USA.
17
18 # This is an example file how to configure the applet. It may contain
19 # any property defined in de/mud/jta/defaults.opt or by a plugin.
20 #
21
22 # common definitions
23 plugins                 =       Status,Socket,SSH,Terminal,Script
24 layout.Status           =       South
25 layout.Terminal         =       Center
26
27 Applet.disconnect       =       false
28
29 #SSH.user               =       leo
30 # commented out so the login window pops up
31 #SSH.password           =
32
33 # Socket
34 Socket.port             =       22
35
36 # Terminal configuration
37 Terminal.foreground     =       #ffffff
38 Terminal.background     =       #000000
39 #Terminal.keyCodes      =       http://www.mud.de/~leo/keys.test
40 Terminal.id             =       vt320
41
42 # =======================================================================
43 # Applet defaults
44 # =======================================================================
45 Applet.detach           =       false
46 Applet.detach.immediately =     false
47 Applet.detach.menuBar   =       true
48 Applet.detach.startText =       Connect
49 Applet.detach.stopText  =       Disonnect
50 Applet.disconnect       =       true
51 Applet.disconnect.closeWindow   =       true
52