用ssh连接fb显示彩色的方法!
使用ssh 要注意:
a、不能用root直接登陆,需要添加一个新用户,指定到wheel 组,用此用户登陆后用使用 su - 提升到管理员。
b、 以我的securecrt 为例,session options ->authentication ->rimary 选择keyboard interactive
c、如果你要使用像linux 一样的彩色显示,需要把 emulation -> terminal ->xterm 选中ansi color 并在etccsh.cshrc加入
setenv lscolors exgxfxdxcxegedabagexex
setenv clicolor yes
set autolist
然后执行
sed -i.bak -e sset\ prompt#set\ promptg root.cshrc
退出重新登陆即可看到彩色目录了。
以上就是用ssh连接fb显示彩色的方法,相信大家都有了一定的了解,想要了解更多的技术信息,请继续关注技术频道吧!