Skip to content

Instantly share code, notes, and snippets.

View jdkyriakos's full-sized avatar
🇬🇷
Culture eats staregy for breakfast. - You are the culture.

jdkyriakos jdkyriakos

🇬🇷
Culture eats staregy for breakfast. - You are the culture.
  • Greece, Athens
View GitHub Profile
# Example ssh config file. Usually located in ~/.ssh/config (user) or /etc/ssh/ssh_config (system)
# This works on both linux and MacOS
# Basic ssh commands converted to ssh/config file format
# Simplest format
# Run with: "ssh blog" => (equivalent to: "ssh [email protected]" and "ssh -i ~/.ssh/id_rsa -p 22 [email protected]")
Host blog