This commit is contained in:
Never 2026-01-13 16:05:16 +01:00
parent 9315132636
commit a900655a51
5 changed files with 21 additions and 21 deletions

View file

@ -22,7 +22,7 @@ termux-setup-storage
# Establishing an ssh connection
If network (such as eduroam) is blocking ssh trafic between machines, open a Wi-Fi Hotspot
on your Linux machine and connect the Andoid device to it before using `rsync` or `ssh`.
on your Linux machine and connect the Android device to it before using `rsync` or `ssh`.
## Configuring Android
Install the openssh server on Termux.
@ -78,9 +78,9 @@ passwd
## Connecting to Android via ssh
Make sure you have an ssh key pair on the Linux system.
If not generate one using `ssh-keygen`
If not generate one using `ssh-keygen`.
Now connect to Android by `ssh`
Now connect to Android by `ssh`.
```sh
ssh <username>@<ip_address> -p 8022
```