mcrblg-header-image

search

Golden SSH Command

Published on 2023-05-19 in Uncategorized
  1. Are you tired of entering for sshing into a remote server?
  2. Are you tired of verifying host fingerprint changes every time?

Use this golden ssh command and save your valuable time

ssh -o "StrictHostKeyChecking no" -i ~/Documents/identify root@ip

And Bash Is Awesome!!!

Published on 2022-07-08 in Linux, Uncategorized

Here I list cool bash tricks I learned:

Bash Heredoc


close
menu