Skip to content

Instantly share code, notes, and snippets.

@sajayantony
sajayantony / ssh-tutorial.md
Created October 18, 2023 18:32 — 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.