-
Notifications
You must be signed in to change notification settings - Fork 255
Access Server SSH
Admin0705 edited this page Apr 16, 2018
·
33 revisions
NOTE: CLICKING the STAR in the UPPER RIGHT promotes our PROJECT on GITHUB!
Website | Wiki | Install | ChangeLog | Reddit | YouTube | Newcomers | Discord | Donate
Questions About SSH? Visit: https://plexguide.com/forums/linux-questions.58/
After you have a server with Ubuntu 16.04 or 17*, either by renting from a host or by rolling your own server at home, you will need to SSH into your machine.
- Configure or set the IP Address (your host should give you this information)
- Cannot remember?
ip addr show
Use bridge mode and assign an IP via mac address or in the OS, assign a STATIC IP address!
- Download Putty
- In putty program, type in your main IP address and then set the port as 22
- Use a built in program called Terminal
- Go to Applications/Utilities/Terminal.app or search for terminal
- Example type: ssh username@youripaddress-or-domain
- Ensure that your IP Address is correct, including port number.
- Firewall can be a choke point.
- You should not have to configure anything out of the ordinary.
- Your network setup can be the main problem
- Make sure OpenSSH is installed on your Ubuntu server!
sudo apt install openssh-server
Home - https://plexguide.com