Explore >> Select a destination


You are here

www.jamieweb.net
| | golb.hplar.ch
4.1 parsecs away

Travel
| | [AI summary] The user has followed a comprehensive guide to secure and configure their VPS server. They have successfully set up SSH with key-based authentication, disabled root login, configured a firewall, and set up a non-root user for system management. The guide also covers changing the SSH port, disabling SSH protocol 1, and setting up SSH agent for passwordless login. The user is now ready to deploy additional services and applications on their secure server.
| | domoticproject.com
2.0 parsecs away

Travel
| | In this post we will see how to remotely connect to the command line of your Raspberry Pifrom another computer or device using SSH.
| | blog.miguelgrinberg.com
3.0 parsecs away

Travel
| | miguelgrinberg.com
| | whatibroke.com
16.0 parsecs away

Travel
| Hi everyone, Just a quick post on how to configure wireless info on a raspberry pi. To start with, open the config file: sudo nano /etc/wpa_supplicant/wpa_supplicant.conf You can then add any number of connections to the file with varying priorities: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=AU network={ ssid="Mobile Network" psk="YOUR_PASSWORD" key_mgmt=WPA-PSK priority=2 } network={ ssid="Home Network" psk="YOUR_PASSWORD"...