Site Tools


peri:termux

This is an old revision of the document!


SSH

pkg install openssh
ifconfig
<code>
whoami
sshd

from pc to mobile

ssh -Y -p 8022 u0_255@10.0.0.2

from mobile to server

ssh -f -N -T -R 2222:localhost:8022 user@server

on server :

netstat -lntp | grep 2222
ssh -p 2222 u0_a255@127.0.0.1

.ssh/config

Host mobil
    HostName server
    User u0_a256
    Port 2222
    ProxyJump server
    IdentityFile ~/.ssh/id_rsa
    ForwardX11 yes

Qt Creator

pkg install x11-repo
pkg install qt-creator

pkg install qt5-qtbase qt5-qttools qt5-qmake

termux-x11

peri/termux.1759344609.txt.gz · Last modified: 2025/10/01 18:50 by 147.32.8.31