当前位置: 首页 > 工具软件 > tmate > 使用案例 >

kali linux on android armhf 安装 tmate

叶声
2023-12-01

1. kali linux on android armhf 修改更新源

#vim /etc/apt/sources.list


#中科大kali源
deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
deb-src http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
deb http://mirrors.ustc.edu.cn/kali-security kali-current/updates main contrib non-free
deb-src http://mirrors.ustc.edu.cn/kali-security kali-current/updates main contrib non-free
#阿里云kali源
deb http://mirrors.aliyun.com/kali kali-rolling main non-free contrib
deb-src http://mirrors.aliyun.com/kali kali-rolling main non-free contrib
deb http://mirrors.aliyun.com/kali-security kali-rolling/updates main contrib non-free
deb-src http://mirrors.aliyun.com/kali-security kali-rolling/updates main contrib non-free

2. 更新软件

#apt-get update
#apt-get upgrade

3. 安装软件tmate

#apt-get install tmate

4. 修改为中文字体 ,查看参考3

# tmate
tmate: need UTF-8 locale (LC_CTYPE) but have ANSI_X3.4-1968

5. 设置密钥

[tmate] Reconnecting... (SSH keys not found. Run 'ssh-keygen' to create keys and try again.)   
# ssh-keygen  

root@localhost:~# ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa): /root/.ssh/id_rsa 

参考:

1.https://github.com/tmate-io/tmate/releases/tag/2.2.1

2.https://tmate.io/
3.linux deploy android 命令行输入中文乱码

 类似资料: