Skip to content

Instantly share code, notes, and snippets.

View amLiux's full-sized avatar
🏠
Working from home

amLiux amLiux

🏠
Working from home
View GitHub Profile
@slowkow
slowkow / ssh-tutorial.md
Last active February 22, 2025 11:28
ssh to a server without typing your password

How to ssh to a remote server without typing your password

Save yourself a few keystrokes. Follow the steps below:

  1. Run this Bash script on your laptop:

    #!/usr/bin/env bash
    

The hostname of your remote server.