PHC - Tenma
Elite

Tutorial how to log in to Linux servers from Windows and mobile devices using SSH:🖥
Follow these steps: 
Logging into a Linux Server from WindowsThere are multiple ways to connect to a Linux server from Windows using SSH:
Method1 : Using PowerShell or CMD 
1⃣ Press Win + R type cmd and press Enter (or open PowerShell)
2⃣ Run the following command:
ssh username@server-ip
Replace username with your Linux username and server-ip with your servers IP address
3⃣ Enter your password when prompted
Method 2: Using PuTTY
Download PuTTY and install it1⃣Open PuTTY and enter:
2⃣Host Name (or IP address): Your servers IP
3⃣Port: 22 (or your custom SSH port)
Connection type: Select SSH4⃣ Click Open
5⃣ If prompted accept the security key
6⃣ Enter your username and password
Logging into a Linux Server from Mobile 
For Android:
TermiusDownload from Google Play

More advanced GUI compared to JuiceSSH

Supports SSH keys
For iOS (iPhone & iPad):
Termius (same as Android)Download from App Store

Create a new SSH session and enter your credentials

#Enjoy









