mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
53 lines
1.7 KiB
Plaintext
53 lines
1.7 KiB
Plaintext
# This file is part of "The Java Telnet Application".
|
|
#
|
|
# This is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2, or (at your option)
|
|
# any later version.
|
|
#
|
|
# "The Java Telnet Application" is distributed in the hope that it will be
|
|
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this software; see the file COPYING. If not, write to the
|
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
# Boston, MA 02111-1307, USA.
|
|
|
|
# This is an example file how to configure the applet. It may contain
|
|
# any property defined in de/mud/jta/defaults.opt or by a plugin.
|
|
#
|
|
|
|
# common definitions
|
|
plugins = Status,Socket,SSH,Terminal,Script
|
|
layout.Status = South
|
|
layout.Terminal = Center
|
|
|
|
Applet.disconnect = false
|
|
|
|
#SSH.user = leo
|
|
# commented out so the login window pops up
|
|
#SSH.password =
|
|
|
|
# Socket
|
|
Socket.port = 22
|
|
|
|
# Terminal configuration
|
|
Terminal.foreground = #ffffff
|
|
Terminal.background = #000000
|
|
#Terminal.keyCodes = http://www.mud.de/~leo/keys.test
|
|
Terminal.id = vt320
|
|
|
|
# =======================================================================
|
|
# Applet defaults
|
|
# =======================================================================
|
|
Applet.detach = false
|
|
Applet.detach.immediately = false
|
|
Applet.detach.menuBar = true
|
|
Applet.detach.startText = Connect
|
|
Applet.detach.stopText = Disonnect
|
|
Applet.disconnect = true
|
|
Applet.disconnect.closeWindow = true
|
|
|