This is Task 2 of my NullClass Cybersecurity Internship.
- Installed OpenSSH in Termux using
apt install openssh -y - Started the SSH server using
sshd - Found my local IP address using
ifconfig - Used another device to login via SSH using:
ssh username@<local-ip>
- Successfully logged into Termux shell from another device (screenshot attached)
screenshot.png is attached to verify successful remote login.
- Linux terminal
- OpenSSH configuration
- Local networking
- Secure shell (SSH)
- Remote access basics
screenshot.png– SSH login proofREADME.md– Project descriptionLICENSE– MIT License
Cybersecurity • SSH • Termux • Remote Login • Networking • Internship Task