|
You are here |
www.jamieweb.net | ||
| | | | |
becomesovran.com
|
|
| | | | | My post on how I like to manage servers. I cover SSH, networking, log rotation, and server management basics. | |
| | | | |
golb.hplar.ch
|
|
| | | | | [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. | |
| | | | |
jo-m.ch
|
|
| | | | | Shell Snippets SSH # SSH Keygen # ssh-keygen -o -a 100 -t ed25519 SSH Tunnel # ssh -N -L2001:localhost:80 somemachine Now you can access the website by going to http://localhost:2001/ SSH Proxy # ssh -q -N -D 5001 user@host # e.g. ssh -q -N -D 5001 pi4 You can now set localhost:5001 as a socks proxy in Firefox and it will appear as connecting from host. SSH port forwarding # ssh -R 12345:localhost:22 example.org "sleep 1000; exit" Forwards example.org's port 12345 to your local ssh port, even if your machine is not externally visible on the net. Now you can ssh localhost -p 12345 from example.org and you will log into your machine. | |
| | | | |
cromwell-intl.com
|
|
| | | Networking commands, IP addresses and subnets, VLSM, CIDR, switches and routers, network cables, WAN and WLAN standards, SDN. | ||