google-code-export / web-shell

Automatically exported from code.google.com/p/web-shell
1 stars 1 forks source link

Keyword for Login Query in command #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ssh to a Server without a user specific login
2. the server should not hard coded (in line 1102)
3.

What is the expected output? What do you see instead?
I want to get the same output like the default command (ssh localhost) to
enter a Login. Thus I changed the IF clause in line 1092 like:
If: the Keyword 'LOGIN' is present in the command 
Then: Query the login and replace the input with the keyword

What version of the product are you using? On what operating system?
WebShell 0.9.6 including fix 35
(http://code.google.com/p/web-shell/issues/detail?id=35)
Server: Ubuntu / Mac OS X 10.5.8
Client: Firefox 3.6.2

Please provide any additional information below.
I attached the modified webshell.py (including fix 35)

Original issue reported on code.google.com by tino1boe...@gmail.com on 8 Apr 2010 at 7:13

Attachments: