Browse Source

fix ssh too slow

Signed-off-by: surenyi <surenyi82@163.com>
master
surenyi 3 months ago
parent
commit
a7fb14690a
  1. BIN
      pdf/rk3588_guide.pdf
  2. 2
      tex/deploy.tex
  3. 5
      tex/ubuntu.tex

BIN
pdf/rk3588_guide.pdf

Binary file not shown.

2
tex/deploy.tex

@ -30,7 +30,7 @@ RKDevTool.exe 程序,然后上电进入 maskrom 模式,按下面步骤进行
\centering
\includegraphics[width=\textwidth]{fme01.png}
\end{figure}
点击``固件``按钮。
点击``固件''按钮。
\item 在弹出的对话框中选择正确的``update.img'' 文件, 等待``打开'' 执行完成。
\begin{figure}[H]
\centering

5
tex/ubuntu.tex

@ -247,16 +247,19 @@ tar xpvf resize-disk.tar.xz -C /
\end{minted}
\subsubsection{配置 ssh server}
配置允许root登陆,将/etc/ssh/sshd\_config中的:
配置允许root登陆并解决登录慢的问题,将/etc/ssh/sshd\_config中的:
\begin{minted}[bgcolor=lightgray!30,fontsize=\scriptsize]{bash}
#PermitRootLogin prohibit-password
GSSAPIAuthentication yes
\end{minted}
改为:
\begin{minted}[bgcolor=lightgray!30,fontsize=\scriptsize]{bash}
PermitRootLogin yes
GSSAPIAuthentication no
\end{minted}
\subsubsection{清理并退出}
删除临时文件,卸载文件系统:
\begin{minted}[bgcolor=lightgray!30,fontsize=\scriptsize]{bash}
apt-get clean
exit

Loading…
Cancel
Save