2008年3月14日
摘要: 在Windows管理Linux服务器时,常使用putty登陆ssh进行远程管理。默认登陆验证方式为密码认证,该方式虽然简单,但每次登陆都要输入一长串的密码,相当麻烦。而且,如果万一把root允许登陆打开,还有可能被强力破解,导致严重的后果。 所以,通常建议用密钥登陆验证代替密码方式,即简单,又可靠。[separator] [b][color=#4169E1]一、为什么建议使用密钥登陆[/c... 阅读全文
posted @ 2008-03-14 14:08 永无止境 阅读(2572) 评论(0) 推荐(0) 编辑
摘要: wbemtest.exe 阅读全文
posted @ 2008-03-14 13:49 永无止境 阅读(1577) 评论(0) 推荐(0) 编辑
摘要: /// /// 创建用户 /// /// /// /// /// public bool CreateNTUser(string Username, string Userpassword, string Path) { ... 阅读全文
posted @ 2008-03-14 13:45 永无止境 阅读(334) 评论(0) 推荐(0) 编辑
摘要: /// /// WMI用户操作 /// public class Win32_UserAccount { private string ip = string.Empty; public string IP { get { return ip; } set { ip ... 阅读全文
posted @ 2008-03-14 13:43 永无止境 阅读(2127) 评论(1) 推荐(0) 编辑