Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      June 2, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 2, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 2, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 2, 2025

      How Red Hat just quietly, radically transformed enterprise server Linux

      June 2, 2025

      OpenAI wants ChatGPT to be your ‘super assistant’ – what that means

      June 2, 2025

      The best Linux VPNs of 2025: Expert tested and reviewed

      June 2, 2025

      One of my favorite gaming PCs is 60% off right now

      June 2, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      `document.currentScript` is more useful than I thought.

      June 2, 2025
      Recent

      `document.currentScript` is more useful than I thought.

      June 2, 2025

      Adobe Sensei and GenAI in Practice for Enterprise CMS

      June 2, 2025

      Over The Air Updates for React Native Apps

      June 2, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      You can now open ChatGPT on Windows 11 with Win+C (if you change the Settings)

      June 2, 2025
      Recent

      You can now open ChatGPT on Windows 11 with Win+C (if you change the Settings)

      June 2, 2025

      Microsoft says Copilot can use location to change Outlook’s UI on Android

      June 2, 2025

      TempoMail — Command Line Temporary Email in Linux

      June 2, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»GGH is a Lightweight CLI to Recall Your SSH Sessions

    GGH is a Lightweight CLI to Recall Your SSH Sessions

    January 10, 2025

    GGH is a Lightweight CLI to Recall Your SSH Sessions

    GGH is a small CLI application that recalls your SSH sessions and searches your SSH configuration file. It’s a lightweight CLI wrapping SSH commands (you must have SSH installed), but it does not replace SSH:

    # Use it just like you're using SSH
    ggh root@server.com
    ggh root@server.com -p2440
    
    # Run it with no arguments to get interactive list of the previous sessions
    ggh
    
    # Run it with - to get interactive list of all of your ~/.ssh/config listing
    ggh - 
    
    # Run it with - STRING to get interactive filtered list of your ~/.ssh/config listing
    ggh - stage
    ggh - meta-servers
    
    # To get non-interactive list of history and config, run
    ggh --config
    ggh --history
    

    When you run ggh it will give you an interactive list of sessions to conveniently reconnect. If you want GGH to scan your ~/.ssh/config file, you can run ggh - to get an interactive list of configured connections:

    This CLI is a lightweight Golang package that works on Unix and Windows systems. The project source code is available on GitHub at byawitz/ggh.

    GGH has installers for Windows and Unix:

    # Unix based
    curl https://raw.githubusercontent.com/byawitz/ggh/master/install/unix.sh | sh
    
    # Windows 
    powershell -c "irm https://raw.githubusercontent.com/byawitz/ggh/master/install/windows.ps1 | iex"
    
    # Go
    go install github.com/byawitz/ggh@latest
    

    The post GGH is a Lightweight CLI to Recall Your SSH Sessions appeared first on Laravel News.

    Join the Laravel Newsletter to get all the latest
    Laravel articles like this directly in your inbox.

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleSolo Development: Learning To Let Go Of Perfection
    Next Article The projects that shaped JavaScript in 2024

    Related Posts

    Security

    New Chrome Zero-Day Actively Exploited; Google Issues Emergency Out-of-Band Patch

    June 3, 2025
    Security

    How One Path Traversal in Grafana Unleashed XSS, Open Redirect and SSRF (CVE-2025–4123)

    June 3, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    HUSKY: A Unified, Open-Source Language Agent for Complex Multi-Step Reasoning Across Domains

    Development

    Is this the end of multi-year AppleCare+ plans? What’s replacing them and why

    News & Updates

    Rilasciato Wine 10.1: Miglioramenti al Supporto di Stampa e Bluetooth

    Linux

    Best Free and Open Source Alternatives to Corel Capture

    Linux

    Highlights

    News & Updates

    Lego games turned my kid into a bonafide gamer — and here’s 7 of the best

    January 20, 2025

    These seven timeless Lego games bring fun for the whole family and are perfect for…

    Google DeepMind Unveils PaliGemma: A Versatile 3B Vision-Language Model VLM with Large-Scale Ambitions

    July 12, 2024

    Representative Line: The Rounding Error

    March 24, 2025

    Integrating UX Practices into UAT

    December 28, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.