/SSH-Server

Primary LanguageShellMIT LicenseMIT

Task 2 – SSH Server Setup in Termux

This is Task 2 of my NullClass Cybersecurity Internship.

🔐 What I Did

  • 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

screenshot.png is attached to verify successful remote login.

💡 Skills Used

  • Linux terminal
  • OpenSSH configuration
  • Local networking
  • Secure shell (SSH)
  • Remote access basics

📁 Project Files

  • screenshot.png – SSH login proof
  • README.md – Project description
  • LICENSE – MIT License

🏷️ Tags

Cybersecurity • SSH • Termux • Remote Login • Networking • Internship Task