Published on 2023-05-19 in
Uncategorized
- Are you tired of entering for sshing into a remote server?
- 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
Published on 2022-07-08 in
Linux,
Uncategorized
Here I list cool bash tricks I learned:
– Bash Heredoc