โจ Contribute For Open-Source : npm i simplify-code
I am a software engineer with 6 years of experience in both frontend and backend development, specializing in creating digital products and software solutions using the latest programming languages and technologies. I hold a Bachelor of Computer Science (BCS) degree in Software Engineering from Cardiff Metropolitan University, United Kingdom.
ssh-keygen -t rsa -f ~/.ssh/private-key-file-name -C username
Then add this ~/.ssh/private-key-file-name.pub file inside PUBLIC key content to GCP or Remote server ssh Item
ssh -i ~/.ssh/private-key-file-name username@IP-Address
If plan to GCP or Remote server , connect with VS code use Remote-SSH extention and SSH-HOST connection config
` ~/.ssh/config
Host ANY-NAME
HostName REMOTE-CONNECTION-OR-SERVER-IP
User username
IdentityFile /.ssh//.ssh/private-key-file-name
`