Ubuntu Pastebin

Paste from dimitern at Thu, 14 Apr 2016 09:57:00 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# MAAS-HW's nodes
Host 10.14.* 10.50.* 10.100.* 10.150.* 10.200.* 10.250.* 10.99.* 10.30.* *.maas
  User ubuntu
  IdentityFile ~/.ssh/id_dsa
  UserKnownHostsFile /dev/null
  HashKnownHosts no
  StrictHostKeyChecking no
  HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256
  KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp256,ecdh-sha2-nistp384,diffie-hellman-group-exchange-sha256
  MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com
  Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
  #HostKeyAlgorithms ssh-dss
  #GSSAPIKeyExchange no
Download as text