xsank / webssh

WebSSH is a simple web project which support login linux server with explorer.
http://xsank.github.io/webssh/
MIT License
580 stars 221 forks source link

modify #8

Closed san-na closed 8 years ago

san-na commented 8 years ago
  1. gitignore 文件增加对swp pyc等类型文件的一些规则,忽略webssh文件.
  2. server运行成功则在命令行打印出相应提示.
  3. 修改登陆ssh时密码长度限制.
xsank commented 8 years ago

1.确实不应该提日志文件 2.提示应使用logging模块,而且不应提示127.0.0.1,考虑是否配置加上host 3.现在的密码真是什么样都有,确实改的范围大一点比较好