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 \centering
\includegraphics[width=\textwidth]{fme01.png} \includegraphics[width=\textwidth]{fme01.png}
\end{figure} \end{figure}
点击``固件``按钮。 点击``固件''按钮。
\item 在弹出的对话框中选择正确的``update.img'' 文件, 等待``打开'' 执行完成。 \item 在弹出的对话框中选择正确的``update.img'' 文件, 等待``打开'' 执行完成。
\begin{figure}[H] \begin{figure}[H]
\centering \centering

5
tex/ubuntu.tex

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

Loading…
Cancel
Save