Skip to content

Commit 24284c1

Browse files
authored
Cleaner Termux tips. when setting up SSH
1 parent c397115 commit 24284c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/proot_services/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@ To log in to IIAB on Android from your computer, follow these SSH command-line i
156156
exit
157157
```
158158

159-
2. The fastest way to SSH into your Android phone (or tablet) is to set a password for its Termux user. At Termux's high-level CLI. run:
159+
2. The fastest way to SSH into your Android phone (or tablet) is to set a password for its Termux user. In Termux's high-level CLI, run:
160160

161161
```
162162
passwd
163163
```
164164

165165
Optionally, security can be improved by using standard SSH key-based authentication via the `~/.ssh/authorized_keys` file.
166166

167-
3. Start the SSH service. At Termux's high-level CLI, run:
167+
3. Start the SSH service. In Termux's high-level CLI, run:
168168

169169
```
170170
sshd

0 commit comments

Comments
 (0)