Connecting to Tux from Android

Tagged with: scp ssh tux

Introduction

For students and faculty needing to connect to Tux (tux.cs.drexel.edu) from an Android device, the Termux app provides a convenient solution. While there are other terminal apps available, Termux offers a free version that covers most of the essential features. This guide walks you through the setup process, ensuring a smooth connection experience without requiring any additional purchases. 



Step 1: Install Termux

- Download Termux: Visit the [Google Play Store] and download the Termux app.
- Installation: Once the app is installed, open it to begin the setup process.

Termux Android install 1


Step 2: Setup

- When you open the app you will face a terminal screen

- Run these two commands: "pkg install dropbear" and "pkg install openssh"

Termux Android install 2Termux Android install 3


Step 3: Install Dropbear

- After running "pkg install dropbear" it will install and ask if you want to continue

- Type in Y to continue

Termux Android install 4


Step 4: Install Openssh pkg

- Then running "pkg install openssh" will install any dependencies needed to run ssh

Termux Android install 5Termux Android install 6


Step 5: Connect to Tux

- After installing, you will ssh into tux as normal using "abc123@tux.cs.drexel.edu"


Termux Android install 7Termius Delete PW 8


Step 5: Logging Out

- To exit out of tux type in "logout" into your terminal

- You can also expand the Termux notification and click "exit"

Termux Android install 9Termux Android install 10