2009年7月6日 星期一

[Solaris]root透過telnet登錄

剛安裝完solaris
root帳號還沒有辦法透過telnet登錄

解決方法為
修改/etc/default/login文件
找到以下
# If CONSOLE is set, root can only login on that device.
# Comment this line out to allow remote login by root.
CONSOLE=/dev/console

然後改成
# If CONSOLE is set, root can only login on that device.
# Comment this line out to allow remote login by root.
#CONSOLE=/dev/console
mark第三行就可以了

前兩行已經說明了有沒有設定CONSOLE的差別

沒有留言:

張貼留言