added ssh keys for noc
authorChristian Pointner <equinox@realraum.at>
Fri, 31 Mar 2017 23:33:14 +0000 (01:33 +0200)
committerChristian Pointner <equinox@realraum.at>
Fri, 31 Mar 2017 23:33:14 +0000 (01:33 +0200)
12 files changed:
ansible.cfg
ssh-config [deleted file]
ssh/config [new file with mode: 0644]
ssh/noc/equinox@realraum.pub [new file with mode: 0644]
ssh/noc/gebi.pub [new file with mode: 0644]
ssh/noc/nicoo@harbard.pub [new file with mode: 0644]
ssh/noc/xro@bt.pub [new file with mode: 0644]
ssh/noc/xro@bt_ed25519.pub [new file with mode: 0644]
ssh/noc/xro@btbook.pub [new file with mode: 0644]
ssh/noc/xro@btbook_ed25519.pub [new file with mode: 0644]
ssh/noc/xro@omoikane.pub [new file with mode: 0644]
ssh/noc/xro@xperia.pub [new file with mode: 0644]

index 6074061..55dc29a 100644 (file)
@@ -10,4 +10,4 @@ var_compression_level = 9
 
 [ssh_connection]
 pipelining = True
-ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -F ssh-config
+ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -F ssh/config
diff --git a/ssh-config b/ssh-config
deleted file mode 100644 (file)
index f0d30e2..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
-Ciphers  aes256-ctr,aes128-ctr,aes256-gcm@openssh.com,aes128-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-cbc,aes128-cbc
-Macs     hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160
-
-Host *
-    IdentityFile ~/.ssh/id_r3_rsa
-    IdentitiesOnly yes
-    PasswordAuthentication no
-
-Host gw
-    Hostname gw.realraum.at
-    Port 22000
-
-Host gnocchi1
-    Hostname gnocchi1.realraum.at
-
-Host gnocchi2
-    Hostname gnocchi2.realraum.at
-
-Host torwaechter
-    Hostname torwaechter.mgmt.realraum.at
-    User realraum
-    Port 22000
-
-Host tuer
-    Hostname torwaechter.mgmt.realraum.at
-    Port 22000
-    User tuerctl
-
-Host licht
-    Hostname licht.realraum.at
-    Port 22000
-    User realraum
-
-Host ap
-    Hostname ap.mgmt.realraum.at
-    Port 22000
-    User root
-
-Host ap5
-    Hostname ap5.mgmt.realraum.at
-    Port 22000
-    User root
-
-Host alfred
-    Hostname alfred.mgmt.realraum.at
-    Port 22000
-
-Host ipa
-    Hostname ipa.mgmt.realraum.at
-    Port 22000
-
-Host tickets
-    Hostname tickets.mgmt.realraum.at
-    Port 22000
-
-Host home
-    Hostname r3home.mgmt.realraum.at
-    Port 22000
-
-Host hacksch
-    Hostname hacksch.mgmt.realraum.at
-    Port 22000
-
-Host entrance
-    Hostname entrance.mgmt.realraum.at
-    Port 22000
-
-Host ctf
-    Hostname ctf.realraum.at
-    Port 22000
-
-Host cal
-    Hostname calendar.mgmt.realraum.at
-    Port 22000
-
-Host tools
-    Hostname tools.realraum.at
-    Port 22000
-
-Host galley
-    Hostname galley.mgmt.realraum.at
-    Port 22000
-
-Host athsdisc
-    Hostname athsdisc.realraum.at
-    Port 22000
-
-Host wuerfel
-    Hostname wuerfel.realraum.at
-    Port 22000
-
-Host vex
-    HostName vex.realraum.at
-    Port 2342
diff --git a/ssh/config b/ssh/config
new file mode 100644 (file)
index 0000000..f0d30e2
--- /dev/null
@@ -0,0 +1,94 @@
+Ciphers  aes256-ctr,aes128-ctr,aes256-gcm@openssh.com,aes128-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-cbc,aes128-cbc
+Macs     hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160
+
+Host *
+    IdentityFile ~/.ssh/id_r3_rsa
+    IdentitiesOnly yes
+    PasswordAuthentication no
+
+Host gw
+    Hostname gw.realraum.at
+    Port 22000
+
+Host gnocchi1
+    Hostname gnocchi1.realraum.at
+
+Host gnocchi2
+    Hostname gnocchi2.realraum.at
+
+Host torwaechter
+    Hostname torwaechter.mgmt.realraum.at
+    User realraum
+    Port 22000
+
+Host tuer
+    Hostname torwaechter.mgmt.realraum.at
+    Port 22000
+    User tuerctl
+
+Host licht
+    Hostname licht.realraum.at
+    Port 22000
+    User realraum
+
+Host ap
+    Hostname ap.mgmt.realraum.at
+    Port 22000
+    User root
+
+Host ap5
+    Hostname ap5.mgmt.realraum.at
+    Port 22000
+    User root
+
+Host alfred
+    Hostname alfred.mgmt.realraum.at
+    Port 22000
+
+Host ipa
+    Hostname ipa.mgmt.realraum.at
+    Port 22000
+
+Host tickets
+    Hostname tickets.mgmt.realraum.at
+    Port 22000
+
+Host home
+    Hostname r3home.mgmt.realraum.at
+    Port 22000
+
+Host hacksch
+    Hostname hacksch.mgmt.realraum.at
+    Port 22000
+
+Host entrance
+    Hostname entrance.mgmt.realraum.at
+    Port 22000
+
+Host ctf
+    Hostname ctf.realraum.at
+    Port 22000
+
+Host cal
+    Hostname calendar.mgmt.realraum.at
+    Port 22000
+
+Host tools
+    Hostname tools.realraum.at
+    Port 22000
+
+Host galley
+    Hostname galley.mgmt.realraum.at
+    Port 22000
+
+Host athsdisc
+    Hostname athsdisc.realraum.at
+    Port 22000
+
+Host wuerfel
+    Hostname wuerfel.realraum.at
+    Port 22000
+
+Host vex
+    HostName vex.realraum.at
+    Port 2342
diff --git a/ssh/noc/equinox@realraum.pub b/ssh/noc/equinox@realraum.pub
new file mode 100644 (file)
index 0000000..bc68a15
--- /dev/null
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDj7AcnQZCRihToOI7/L5YslP4bkZlZwR2dg6hV8EfQ+37z1p0imhoqc2Oz/zIEgOVARBHkn5XmfR9Bu6e3YfKpXpJXC9O3jpRSw34Xac/8qXzWZsqVAXbtzvBlYA/G4j0NQM9XIVBa1ZzBZu87xeE4KUWzO80fnQ+G3GSBp28BM4TUiSOmX9y58chPZfUp2DE80fInoXv11ikLLCBDXfMkzFCZ4Gcexhr0TYcBUgLV7ufL0xqLg4yE+Z21PLtttvVYgZIers2nWetLPoREi5yDGKeCjJVyT00X2rp6h3eFkc/VaHfb5c2MY9/4BOt+cbFCx73sG0C1SnSzWd624K/8CEoJTsX4MazLLrxwi3hIwiYX1mCCfq4+S4PpSFvMUGdMWB52PkBRXulQislCVBA/lzma93xJr1jWVFSikjkvAUt8Zt33vHMRd7RMYDfsDVIEKpUT49cBj0v7zs6IVE858J33sUZoVXaiA2sjsap8RguNtjJMSYx8+nwkQAjxwlTiV2J6pHGQHJDyeVsqGlnMpEk32ZeSs/BQ7XWPG62FT3SN6E4C/fa8dawvs7RgY0cbZkhucECBu9Zto/KakIhzLtFzgDighPmK5SlAPoNEJLJYPo5ry2SBTysc4uV7xYZSQ6OVofeQeFXKL8oPe/ZAvKafn3Zk0mQcCtH0Z8q8iQ== equinox@realraum.at
diff --git a/ssh/noc/gebi.pub b/ssh/noc/gebi.pub
new file mode 100644 (file)
index 0000000..56c8f5b
--- /dev/null
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAgEAvjmZbqEQ9EpTcyTFoxqCJileq4dF//ye0JiPBP0kPvtoW33V3TUNon5btd28DzLnFeiU/3NEjTqkaHFRM+t8EoIj4kc/6lozjIlsZN7xoz6CnNrbbHPsgi3FvelyBcsi0sbunFEV2Qw1q1tTC93UcaPqL3hx01Cxfw0Dycs/6lyljvR4eW5O5nFnvtDAoDQYwq5i4U/VZs0Gz1XAOuAb4JQ0KzLeBhfdzvmhANSWIvybmb1V6UPtdK9pCxdo9FL5NwB8nkGloIa3kC4JAINC/Pvk0czZ80rXfIckBgZKxQVUCDVUKZUZ4GZYPI6azglQmZuslziAmiTmhiUkhSZ/m2m9EN1TnMEYEmcoscvrd97l0v2BzBZPkzqL7cSAoehpQsrIe/ceBNjZP1eotS3/fFY70GabW0o2+QFx1ZXGUqRVIwOZ2ZWRp4SoqMl+UtRZx6EMGO20H17etB1b5gF6xO1e8723FFXiS3oY9oUfS+lMX5BDgGUc5wJQ696jPK/pRYrasf6piKuyFpoF+nh/rOvIGSbwHSOOApxKZoj5R+fwfVyoD2uoxd0g5meKEfqB6RDGz+W4cLgS9Th6uEAXo+LLcinjMAJNr50rJFuXYRF1zpa7p4LG/97doq2hk8LXZuTqjB3WCnTUrLy59sHrmwdkRSs6bj7mLEdRRrI1TxU= secure key of gebi
diff --git a/ssh/noc/nicoo@harbard.pub b/ssh/noc/nicoo@harbard.pub
new file mode 100644 (file)
index 0000000..ec60523
--- /dev/null
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDirhW/XNWCDMBy9TAEZgrahGSMlYdddyc9bNAOBbLJ8TVDe0M7YAZ4kU5EYGZBmd4NGZ4Z2Vb+sc0xlJE1MYprL0hFoOSMmU17pa6uzXwAfWtiYAsm/Z8QssOVvyte629gCPUgw1oJM19N7/i8yZh+5j+iEpffbv66USpatLJqJgeM67VjcHPLHf75dEBwkqsWMvpIk3+8gtwXDR8t8YUuxJgHOLFUEWQ6wiXxBoIJTAvdzAzykIs/yJbsMpKjDNLfF0guaRDC5GnjwHqTkGegxBS3l/MzkOpXtWbbbhYX8yIvFkryBFbyB0oa/rnE2HnYbaq2riyZpcsKRXqIvvFFa80FqGE+8sQnMlHn2IaOlkmkBMBytL+6rP3feFWq+vGZLRMs7ezMs+o0ofe0svMhLjy79AJnRBfaFn350AnmqNGZ8HbS0A1vOpPJsJVMhcqx+0cPHfxIedNGs7BJZypmBiw6vZ0rzxm1YX7CZcpiIe2Ob9o/+ypwWVXlT1zcLMC6u5/2YXDCXea0QtiOnM9h4ahkRaBb8CUTMtDurOf9uPtwE8wzmq34baAOQMfY3Tb9uGvAlCcLbke5RDCLfvBx3C2g2KkaboFL/7V9YQ1DCpj+zpOEdr/Jr1wKoWBzgCfZcfXn954J2z2BjbHZRTpCW6EmaYXj4J2bRIX7FalKkw== nicoo@harbard
diff --git a/ssh/noc/xro@bt.pub b/ssh/noc/xro@bt.pub
new file mode 100644 (file)
index 0000000..3c00b31
--- /dev/null
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDZWYZbptxAfpN/ujxNDcKayoh8/mUR+fVP/Uj5er3IPiNLg+KZRiCEkhdftpl2g4WuxNAgdhdQqltUU/ApRlRAjYZ36SnyQ6M/bXuguDZnjocbhWFVuzSgLxzZ/TUkQ+GgxuV8N7amnl8A3y1B+LaSRuwW5CAvjkrb4vAnkFyZR1+UDXX1MC9Zek0T9rhz8CGBkhmDlylEG5dzrWPCxRtyXJgzNo80c/mDPxY0jakm/9mrhoAN49jKVSeYdmiMEXXrSVMQKiAL4MSO+7jr7Jrs9sZ0F4FnwbTyEhdOjBJqIR+R3wzwUA2xTl1ousYNuUj52y4iWMvnmBO6qXyLR1O1CSY14UP2Z0hc0jKa2vQB6eOfVeQ5g1omT1M4Z7irS88wlf+CDw38kGavutWih480RujzWa8ZNfZ1pQaHs47ps2/YkvW2GMsRU+zpr6FnPxIXgRPWqbjUUwmrYN2mQg0RMKntPtC6JqE+n0SCbm9WhdyMIeq4sxs4UvMShKL/RO+5LSf+zpt89XAkhKpRm7DZpIHKY5SiQhAs/HQBvGyCqFaApvB2JvMKEkFjT2I4VSoqaqQboDsDLCO70CH4rAAjBxc/2+sNJXWsEzewSEKdXst13VSUji3zuuj0syPwnBbkuY5B/jmGUeH3RSrE8dSgKt4TgnDNFpS+hT0sr46xKQ== bernhard@bt
diff --git a/ssh/noc/xro@bt_ed25519.pub b/ssh/noc/xro@bt_ed25519.pub
new file mode 100644 (file)
index 0000000..0e0cd2f
--- /dev/null
@@ -0,0 +1 @@
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDF7QBOKpGmJFOFSyT/OCojttdBdscPp22KWlgidA46c bernhard@bt
diff --git a/ssh/noc/xro@btbook.pub b/ssh/noc/xro@btbook.pub
new file mode 100644 (file)
index 0000000..bcd6b2c
--- /dev/null
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwBFJLAk3O4lIyqPo34VuSDpv+cWZxZf57m35/l6WXSCIb1FJCoQ6w85Z6obt2t/SRSY4Cyqane8Tp5ghKS2COPmemCMTY2ADxc6D/TRCDdsCM0JKtHBw2p7roGik1+nHhTZK7xW6eQc6Ley9bvPVe6vXxLV/NrzSmvvmgZ0zH7e+8r28/rmMIm6sCiFIn2QyXb7/cxuZ6RvrEEwBjhLuXhrAzgUzKne9d72EpNB65TW4wkjFTu2HJEZ4ryaUFuVtU6J5w5EIqwCTW51odXNAlfQxWtgj52W/bCtkvaQTS36ppC59hA6/CFS1Kywk4cLbi7aySGQfNUbhONLDNTfIWQ== bernhard@btbook
diff --git a/ssh/noc/xro@btbook_ed25519.pub b/ssh/noc/xro@btbook_ed25519.pub
new file mode 100644 (file)
index 0000000..3de7181
--- /dev/null
@@ -0,0 +1 @@
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIz3F0i6jEK9aJ5BlUyBDk6dmpVSzAmhfraiFZR8Z6Yv bernhard@btbook.tittelbach.at
diff --git a/ssh/noc/xro@omoikane.pub b/ssh/noc/xro@omoikane.pub
new file mode 100644 (file)
index 0000000..f65cf49
--- /dev/null
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAv9V7TNnZ2xxbJZ7PRXMzNKwdFkKd0vbo7Ug7v+ZaOxDyKjBcbR36Njx071iB53sQ7O/F9Y9PIMedrl6cflJTbYiQ+t5egB3fr20fNUXdd3oNe/HDc3bfQ3Z8iMei0LvwNkZ9U4TbABkXAgJKO25x0QwpcWmdJMXKSXwCpLKZXeU= bernhard@Omoikane
diff --git a/ssh/noc/xro@xperia.pub b/ssh/noc/xro@xperia.pub
new file mode 100644 (file)
index 0000000..15fd2d5
--- /dev/null
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/X6btnZSieJdjhjltQSPrG20uaIrxGzx81wjrjN2jzCTJKt3Gv1GBbw2IToze75kqrNNrgX0S4VO3Zd7yhdXi7Z/kD1AqUQjhirZKwbgnJ1MruJJgn+UxaNwcrOKuP52NUHXrgtjFGeb+k03iC+1ZJwZdQH5BL727W2UAqH/mQelz0vqyoekaZ8/Tlz0wbjPWhPnuVokszRrcPX96zO0IZi+MnIC2Hw4liZgTnw7LrxbjEGfdcVnvTg5rMKZFnc4eLleY7pDUCkoZ4JABcqpfAokFk940z5uBcVy9Nem5ph1DUUuPfSZtH8Aj0B7RKW1T75tBJOnKo4VAwNGuLb// bernhard@btphonexperia