06 2009 档案

摘要:本站原创转载注明出处by:vitter(vitter_at_safechina.net)My blog: http://blog.securitycn.netwww.securitycn.net,www.vfocus.net,www.safechina.net1 安装准备下载openssh和sftp logging patch for opensshhttp://www.openssh.org/h... 阅读全文
posted @ 2009-06-21 17:17 江湖行者 阅读(2145) 评论(0) 推荐(0)
摘要:本站原创转载注明出处by:vitter(vitter_at_safechina.net)My blog: http://blog.securitycn.netwww.securitycn.net,www.vfocus.net,www.safechina.net1、准备工作下载ssh,http://www.ssh.com/ 下载针对Linux的非商业版本,当前最新版本为3.2.9.1,具体地址为: ... 阅读全文
posted @ 2009-06-21 17:16 江湖行者 阅读(1888) 评论(0) 推荐(0)
摘要:0 关于本文档 1 VSFTPD简述 2 VSFTPD的安装 2.1 RHL9+vsftpd-1.1.3-8.i386.rpm包的安装 2.2 vsftpd-1.2.0.tar.gz的安装 3 VSFTPD的文件结构 4 VSFTPD的启动与停止 5 VSFTPD的设置选项 5.1 连接选项 5.1.1 监听地址与控制端口 5.1.2 FTP模式与数据端口 5.1.3 ASCII模式 5.2 性能... 阅读全文
posted @ 2009-06-21 17:06 江湖行者 阅读(169) 评论(0) 推荐(0)
摘要:VNC server configure1.Check what's installedFirst check if you already have them installed on your system, open a terminal and type:$ rpm -qa|grep vncvnc-server-4.1.1-36vnc-4.1.1-36If you get an outpu... 阅读全文
posted @ 2009-06-21 17:05 江湖行者 阅读(668) 评论(0) 推荐(0)
摘要:1. Make the right directoriesmkdir /etc/sslmkdir /etc/ssl/certs2. Once that is done run the following command.cd /etc/ssl/certsopenssl req -x509 -nodes -days 7300 -newkey rsa:2048 \-keyout /etc/ssl/ce... 阅读全文
posted @ 2009-06-21 17:03 江湖行者 阅读(274) 评论(0) 推荐(0)
摘要:1. connected. waiting for response. 220 serv-u ftp server v4.0 for winsock ready... user anonymous 530 sorry, no anonymous access allowed. quit 不允许匿名登录 2. connected. waiting for response. 220 serv-u f... 阅读全文
posted @ 2009-06-21 17:02 江湖行者 阅读(868) 评论(0) 推荐(0)