Skip to content

Instantly share code, notes, and snippets.

@huiminzeng
huiminzeng / ssh-tutorial.md
Created April 6, 2023 23:20 — forked from slowkow/ssh-tutorial.md
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.