星期三, 7月 04, 2012

disable HP UX/Linux root ssh 連線之方法

# cd /opt/ssh/etc

# vi sshd_config

Change the line:

PermitRootLogin yes

change into like below

PermitRootLogin no

Then stop and restart SSH.

# /sbin/init.d/secsh stop

# /sbin/init.d/secsh start

--------------------------------------
如果在linux 則類似以下設定方式
vi /etc/ssh/sshd_config

#restart SSH.
service sshd restart
--------------------------------------
P.S. 如果重啟SSH daemon , 對於已建立的SSH連線是不受影響的,所以可放心執行

沒有留言:

LinkWithin-相關文件

Related Posts Plugin for WordPress, Blogger...