Site Tools


peri:termux

This is an old revision of the document!


Table of Contents

SSH

pkg install openssh

passwd

ifconfig

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 server:2222:localhost:8022 user@server

on server :

ssh -p 2222 u0_a255@server

.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.1759343603.txt.gz · Last modified: 2025/10/01 18:33 by 127.0.0.1