为了避免少数用户使用网络监听工具带来的密码泄露和数据安全问题,本服务器使用SSH安全连接,请在这里下载有关程序和许可证(教育专用)
下载 安全连接客户端程序(2.4)  新版本(3.2) 下载 教育专用许可证SSH 安全连接程序安装后,需要使用HELP菜单中的Inport Licence File功能导入许可证,然后使用其中的SSH Secure File Transfer 程序进行文件上传或下载操作。
该许可证不得用于除校内教学外的其他任何场合,否则一切可能的法律责任和制裁由用户自负!
由于考虑到安全因素,服务器设置成为不可使用远程命令的模式,故请不要使用SSH Secure Shell 来试图对服务器进行操作。
注意: 每个用户目录下都有一个bin目录,并包含两个文件:
ssh-dummy-shell
sftp-server
为安全连接所必需的,不可更该或删除,否则无法与服务器连接。这两个文件不占用您的磁盘空间配额。
server
side configuration:
1.compile ssh with '--without-x' and '--enable-static=yes' parameters.
2.copy the two binary 'ssh-dummy-shell'(same as ssh-dummy-shell.static) and
'sftp-server' to /home/ftp (the father of all the web directories).
3.create a 'bin' subdirectory in EVERY web-user's home directory and in it make
two hard link to the above files.
4.modify /etc/ssh2/sshd-config and set ChRootGroups as the web-user's group
('web' in our case).
5.restart the sshd deomon.