Skip to content

Instantly share code, notes, and snippets.

View goyalpike's full-sized avatar

Pawan Goyal goyalpike

View GitHub Profile
@goyalpike
goyalpike / ssh-tutorial.md
Created October 11, 2022 15:14 — 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.