设为首页  
联系我们  
加入收藏  
网页制作 冲浪宝典 图形图像 操作系统 软件教学 编程开发 认证考试 安全技术 站长专区 文学驿站 娱乐天地 游戏天地 办公软件
文章搜索
您的位置: 首页 >> 文章首页 >> 操作系统 >> Linux >> Linux攻略 SSH实用技巧及常用命令使用说明
精品推荐
Linux点击TOP10
·漂亮的国产Linux操作系统Open Desktop赏析
·教你在Red Hat Linux 9下架设FTP服务器
·Linux系统Sudo命令的使用说明
·Linux命令Man解释:PPPD(8) :点对点daemon协议
·Linux操作系统死机处理方法总结
·Linux 内核文件系统与设备操作流程分析
·如何让Linux系统的程序在开机时自动运行
·解决Linux下Oracle Tomcat 8080端口冲突
·口袋里的Linux:在您的U盘上运行SLAX
·Linux创建文件及挂载文件系统流程详解
操作系统点击TOP10
·Windows XP中磁盘的分区应用
·Windows Vista局域网网络连接设置
·Windows Vista系统动态桌面截图欣赏
·Windows Vista 激活不求人
·Windows NT/2000/XP 出现蓝屏并显示“STOP 0x0000007f”错误
·只转两圈 加快Windows XP启动速度
·如何将Vista默认雅黑字体改为宋体
·让Windows XP变身Vista
·批处理完全教程
·FAT32转换NTFS的方法
精选专题

Linux攻略 SSH实用技巧及常用命令使用说明

作者: 来源:http://www.xgdown.com/ 时间:2007-8-9 12:53:05

Linux攻略 SSH实用技巧及常用命令使用说明(2) #RSAAuthentication yes 是否使用纯的RAS认证 针对VERSION 1

#PubkeyAuthentication yes 是否使用PUBLIC_KEY 针对VERSION 2

#AuthorizedKeysFile .ssh/authorized_keys 使用不需要密码登陆的的帐号时帐号的存放文件所在的文件名

# rhosts authentication should not be used

#RhostsAuthentication no 本机系统不使用 RHOSTS 使用RHOSTS 不安全

# Don't read the user's ~/.rhosts and ~/.shosts files

#IgnoreRhosts yes 是否取消上面的认证方式 当然选是

# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts

#RhostsRSAAuthentication no 不使用针对 VERSION 1 使用RHOSTS 文件在/ETC/HOSTS.EQUIV 配合RAS进行认证 不建议使用

# similar for protocol version 2

#HostbasedAuthentication no 针对VERSION 2 也是上面的功能

# Change to yes if you don't trust ~/.ssh/known_hosts for

# RhostsRSAAuthentication and HostbasedAuthentication

#IgnoreUserKnownHosts no 是否忽略主目录的 ~/.ssh/known_hosts文件记录

# To disable tunneled clear text passWords, change to no here!

#PasswordAuthentication yes 是否需要密码验证

#PermitEmptyPasswords no 是否允许空密码登陆

# Change to no to disable s/key passwords

#ChallengeResponseAuthentication yes 挑战任何密码验证

# Kerberos options

#KerberosAuthentication no

#KerberosOrLocalPasswd yes

#KerberosTicketCleanup yes

#AFSTokenPassing no

# Kerberos TGT Passing only works with the AFS kaserver

#KerberosTgtPassing no

# Set this to 'yes' to enable PAM keyboard-interactive authentication

# Warning: enabling this may bypass the setting of 'PasswordAuthentication'

#PAMAuthenticationViaKbdInt no

#X11Forwarding no

X11Forwarding yes

#X11DisplayOffset 10

#X11UseLocalhost yes

#PrintMotd yes 是否显示上次登陆信息

#PrintLastLog yes 显示上次登陆信息

#KeepAlive yes 发送连接信息

#UseLogin no

#UsePrivilegeSeparation yes 用户权限设置

共3页 9 7 [1] [2] [38 :>

Linux攻略 SSH实用技巧及常用命令使用说明 相关文章:
Linux攻略 SSH实用技巧及常用命令使用说明 相关软件:
特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
转载请注明来源:http://www.xgdown.com