openwrt软路由配置3

1.启用sftp文件连接

使用ssh连接openwrt时,我发现无法打开sftp windows进行上传和下载文件,提示

sftp channel closed by server: stderr:ash /usr/libexec/sftp-server:not found

原因是系统刚刚装好后,没有安装openssh-sftp-server包

opkg update opkg install openssh-sftp-server

2.安装中文包

opkg update opkg install luci-i18n-base-zh-cn

安装完成之后刷新一下系统界面就会变成中文的了。

3.换一个新的系统界面风格

我刚装好的openwrt系统界面如下所示:

默认使用的是luci-theme-Bootstrap

我觉得太丑了,想换个界面风格。

opkg update opkg install luci-theme-material

安装完成之后,刷新系统页面