# source: https://github.com/masasam/dotfiles/blob/master/.ssh/config_sample
# archive: https://web.archive.org/web/20220313114418/https://github.com/masasam/dotfiles/blob/master/.ssh/config_sample

Host instance
			HostName ***.***.***.***
			User username

Host instance2
			HostName ***.***.***.***
			User username

Host *
  ForwardX11 no
  ServerAliveInterval 60
  Cipher arcfour256
  GSSAPIAuthentication no
  AddressFamily inet
