v851s ssh搭建与使用

ssh 概述:

1. 用来远程登录的一种安全通道协议(常用于linux 、UNIX中);

2. 分为服务端和客户端:

1)服务端即openSSH ,一般属于目标开发板(linux中配置文件路径/etc/ssh/sshd_config);

2)客户端即登录端,常用工具:sercureCRT 、MobaXterm 、Putty等;

1. ssh 服务端openSSH 的配置

1)Makefile配置目录:tina-v853-docker/openwrt/package/feeds/net/openssh/Makefile(无需修改)

2)开机启动配置:tina-v853-docker/openwrt/package/feeds/net/openssh/files/sshd.init(无需修改)

3)openSSH 源码目录:tina-v853-docker/out/v851s/lizard/openwrt/build_dir/target/openssh-without-pam/openssh-8.4p1/(无需修改)

4)在SDK 中进行配置,执行指令:

make menuconfig

Network > SSH

按空格键选中【*】openssh-server 和 openssh-sftp-server

v851s ssh搭建与使用_第1张图片

5)执行指令进行编译打包:

make -j1 V=s
pack

6)在路径:tina-v853-docker/out/v851s/lizard/openwrt/ 下产生镜像文件v851s_linux_lizard_uart0.img  ,然后进行烧录;

2. ssh 配置文件 /etc/ssh/sshd_config 的修改

两种修改方式:

1)将v85s目标开发版通过type-c 插入电脑&

你可能感兴趣的:(V851S,v851s,ssh,搭建)