Mise jour de l'applet
darcs-hash:20060422125920-a279a-cd26ffd32dcbb1ac941bec45d86f23a4bc866964.gz
This commit is contained in:
parent
a434a9505c
commit
42d67e76e4
1 changed files with 10 additions and 7 deletions
|
@ -2,13 +2,16 @@ Dependencies = ["Time"]
|
|||
|
||||
class ssh:
|
||||
settings = {
|
||||
'protocol' : "ssh2",
|
||||
'server' : 'ssh.crans.org',
|
||||
'port' : '22',
|
||||
"auth-method" : "keyboard-interactive",
|
||||
"bg-color" : "black",
|
||||
"fg-color" : "white",
|
||||
"cursor-color" : "yellow",
|
||||
'protocol' : "ssh2",
|
||||
'server' : 'ssh.crans.org',
|
||||
'port' : '22',
|
||||
"auth-method" : "keyboard-interactive",
|
||||
"bg-color" : "black",
|
||||
"fg-color" : "white",
|
||||
"cursor-color" : "yellow",
|
||||
"menus" : "pop3",
|
||||
"geometry" : "94x32",
|
||||
"allow-new-server" : "false",
|
||||
}
|
||||
|
||||
#appletLocation = "/wiki/applets/mindterm.jar"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue