From d41b002706392eb2c6f8408cb38e0d6af0cfae25 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 1 Apr 2017 01:33:14 +0200 Subject: [PATCH] added ssh keys for noc --- ansible.cfg | 2 +- ssh-config | 94 ---------------------------------------- ssh/config | 94 ++++++++++++++++++++++++++++++++++++++++ ssh/noc/equinox@realraum.pub | 1 + ssh/noc/gebi.pub | 1 + ssh/noc/nicoo@harbard.pub | 1 + ssh/noc/xro@bt.pub | 1 + ssh/noc/xro@bt_ed25519.pub | 1 + ssh/noc/xro@btbook.pub | 1 + ssh/noc/xro@btbook_ed25519.pub | 1 + ssh/noc/xro@omoikane.pub | 1 + ssh/noc/xro@xperia.pub | 1 + 12 files changed, 104 insertions(+), 95 deletions(-) delete mode 100644 ssh-config create mode 100644 ssh/config create mode 100644 ssh/noc/equinox@realraum.pub create mode 100644 ssh/noc/gebi.pub create mode 100644 ssh/noc/nicoo@harbard.pub create mode 100644 ssh/noc/xro@bt.pub create mode 100644 ssh/noc/xro@bt_ed25519.pub create mode 100644 ssh/noc/xro@btbook.pub create mode 100644 ssh/noc/xro@btbook_ed25519.pub create mode 100644 ssh/noc/xro@omoikane.pub create mode 100644 ssh/noc/xro@xperia.pub diff --git a/ansible.cfg b/ansible.cfg index 6074061..55dc29a 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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 index f0d30e2..0000000 --- a/ssh-config +++ /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 index 0000000..f0d30e2 --- /dev/null +++ b/ssh/config @@ -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 index 0000000..bc68a15 --- /dev/null +++ b/ssh/noc/equinox@realraum.pub @@ -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 index 0000000..56c8f5b --- /dev/null +++ b/ssh/noc/gebi.pub @@ -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 index 0000000..ec60523 --- /dev/null +++ b/ssh/noc/nicoo@harbard.pub @@ -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 index 0000000..3c00b31 --- /dev/null +++ b/ssh/noc/xro@bt.pub @@ -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 index 0000000..0e0cd2f --- /dev/null +++ b/ssh/noc/xro@bt_ed25519.pub @@ -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 index 0000000..bcd6b2c --- /dev/null +++ b/ssh/noc/xro@btbook.pub @@ -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 index 0000000..3de7181 --- /dev/null +++ b/ssh/noc/xro@btbook_ed25519.pub @@ -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 index 0000000..f65cf49 --- /dev/null +++ b/ssh/noc/xro@omoikane.pub @@ -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 index 0000000..15fd2d5 --- /dev/null +++ b/ssh/noc/xro@xperia.pub @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/X6btnZSieJdjhjltQSPrG20uaIrxGzx81wjrjN2jzCTJKt3Gv1GBbw2IToze75kqrNNrgX0S4VO3Zd7yhdXi7Z/kD1AqUQjhirZKwbgnJ1MruJJgn+UxaNwcrOKuP52NUHXrgtjFGeb+k03iC+1ZJwZdQH5BL727W2UAqH/mQelz0vqyoekaZ8/Tlz0wbjPWhPnuVokszRrcPX96zO0IZi+MnIC2Hw4liZgTnw7LrxbjEGfdcVnvTg5rMKZFnc4eLleY7pDUCkoZ4JABcqpfAokFk940z5uBcVy9Nem5ph1DUUuPfSZtH8Aj0B7RKW1T75tBJOnKo4VAwNGuLb// bernhard@btphonexperia -- 1.7.10.4