Skip to content

Instantly share code, notes, and snippets.

View deval-maker's full-sized avatar

Deval Shah deval-maker

View GitHub Profile
@deval-maker
deval-maker / gist:01a75a16ac57d4897d39259bcdff776e
Last active October 20, 2020 04:22
How to setup remote ssh config
Run everything on host
$~/.ssh/config
Host <HostName>
HostName <HostIP>
User <username>
$ ssh-keygen
$ ssh-copy-id <HostName>