hello cc

linux ssh服务器

Posted on 2016-02-18 18:38  星际海盗  阅读(160)  评论(0编辑  收藏  举报

默认配置文件在: /etc/ssh/下

有两个需要配置的文件:

ssh_config    ssh_client配置文件

sshd_config  ssh服务器的配置文件 

 

两个文件的详细介绍和配置方法:

http://book.51cto.com/art/200906/126284.htm

http://blog.chinaunix.net/uid-8389195-id-1741604.html

 

hello man