news.volyx.in

An excruciatingly detailed guide to SSH (but only the things I find useful) (grahamhelton.com)

449 points by weeha · 1098 days ago · 112 comments on HN

Article summary

The article provides a detailed guide to using SSH, focusing on features the author finds useful, including local port forwarding, remote port forwarding, dynamic port forwarding, and jumphosts. It also covers SSH config files, keywords, and the SSH console. The guide is intended to help readers understand and utilize SSH more effectively. The article assumes a basic understanding of SSH and networking concepts.

Main themes

  • SSH usage and configuration
  • domain name choices
  • color scheme preferences
  • SSH security best practices
  • networking concepts
  • terminal customization

What commenters say

  • Using .example instead of .int for example domain names is recommended to avoid potential issues.
  • Dark mode color schemes can be easier to read for some people, especially in dark rooms, but others prefer light themes for better contrast.
  • The use of .local as a domain name can be problematic due to its special status and handling.
  • Some users find certain color schemes and fonts difficult to read, while others prefer them.
  • Avoiding the use of -f with SSH forwarding can help prevent issues with tracking open forwards.
  • Securely storing SSH keys in a Hardware Security Module (HSM) is a good practice for security.
  • The choice of domain name for examples, such as .example or .int, can affect the clarity and usability of documentation.
  • Different environments, such as dark rooms or bright lights, can influence the preference for dark or light color schemes.