πŸ“™
WLAN Pi Cookbook
2023 M4
2023 M4
  • 😎Getting Started
    • 🎁WLAN Pi M4
      • πŸ–¨οΈPhysical Case Design
    • πŸ“žHow to talk to your WLAN Pi
    • πŸ”ΌDisplay and Buttons (FPMS)
      • βš™οΈInitial setup items
    • πŸ•ΈοΈWebUI
    • πŸ§‘β€βœˆοΈCockpit
      • ⌨️Terminal
    • πŸ“ΊSoftware Update
    • πŸ“”Quick Reference
    • ⚑Powering Down
    • πŸ’¬Project Feedback & Documentation
  • πŸ”¦Wi-Fi Scanner
    • πŸͺŸWiFi Scanner (Windows)
    • 🍏Wi-Fi Explorer Pro 3 (macOS)
    • 🚨Kismet
      • πŸ§ͺKismet
  • πŸ“±Tailscale
    • 🌎Remote Access
  • πŸ€“Wi-Fi Frame Capture
    • βš™οΈSetup Instructions
      • πŸͺŸWindows Setup
        • 🦈Wireshark 3.x
          • 1️⃣ Python
          • 2️⃣ Wireshark 3.x (Windows)
        • 🚨Wireshark 4.0
      • 🍏macOS Setup
        • 1️⃣ Wireshark (macOS)
        • 2️⃣ Airtool 2
      • πŸ“±Bonus: iOS Setup
    • πŸ§ͺLabs
      • πŸͺŸWindows Capture Lab
      • 🍏macOS Capture Lab
    • 🦈Wireshark Resources
    • 🎁Password-less SSH
  • πŸ”Profiler
    • 🎁Extra Profiler tasks
  • πŸ”§Wi-Fi Channel Tool (wifichannel)
  • 6️⃣ Wi-Fi 6E Client
  • πŸ’»Wi-Fi Console Mode
  • ♨️Hotspot Mode
  • πŸ€·β€β™‚οΈServer Mode
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Wi-Fi Frame Capture

Password-less SSH

PreviousWireshark ResourcesNextProfiler

Last updated 7 months ago

Was this helpful?

Logging in to your WLAN Pi multiple times using SSH can get quite tedious. Each new session requires you to enter your username and password.

To save the hassle of having to login each time, you can setup your WLAN Pi to store your personal public key, allowing a "password"-less login for each SSH session

There are two steps to this process:

  1. Follow the instructions in the blog post below to generate your SSH keys and add your public key to your GitHub account. You'll need to create a (free) GitHub account if you don't already have one.

  2. Add your public key to a WLAN Pi simply using the command:

    wlanpi-gh-ssh-key <gh_username>
  3. Finally, use your SSH client to login to your WLAN Pi. There should be no prompt for your username and password when you login.

πŸ€“
🎁
Use SSH key stored on GitHub instead of an SSH password to access your WLAN Pi - Jiri BrejchaJiri Brejcha | Wi-Fi Technical Solutions Architect
Logo