You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/proot_services/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ If you encounter an error or problem, please open an [issue](https://github.com/
124
124
125
125
While using the phone keyboard and screen is practical when on the move, accessing the PRoot Distro's Debian environment from a PC or laptop is very useful for debugging. You can use an existing Wi-Fi connection or enable the native Android hotspot if no wireless LAN is available.
126
126
127
-
Before you begin, obtain your Android phone or tablet’s IP address by running `ifconfig` in Termux. Or obtain the IP by checking **About device → Status** in Android settings.
127
+
Before you begin, obtain your Android phone or tablet’s IP address by running `ifconfig` in Termux. Or obtain the IP by checking **About device → Status** in Android settings.
128
128
129
129
### SSH
130
130
@@ -136,7 +136,7 @@ To log in to IIAB on Android from your computer, follow these SSH command-line i
136
136
exit
137
137
```
138
138
139
-
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:
139
+
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:
140
140
141
141
```
142
142
passwd
@@ -150,7 +150,7 @@ To log in to IIAB on Android from your computer, follow these SSH command-line i
150
150
151
151
Optionally, security can be improved by using standard SSH key-based authentication via the `~/.ssh/authorized_keys` file.
152
152
153
-
4. Start the SSH service. At Termux's high-level CLI, run:
153
+
4. Start the SSH service. At Termux's high-level CLI, run:
0 commit comments