Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. #Host .net
  2. # KexAlgorithms +diffie-hellman-group1-sha1
  3.  
  4.  
  5. - HOST:bastion.fedoraproject.org
  6. -args:
  7. - Username: linuxmodder
  8. - Use_Proxy: none
  9. - ForwardAgent: no
  10. - Credential: ~/.ssh/linuxmodder_fas
  11.  
  12. NETWORK:
  13. -args:
  14. proxies:
  15. - *.phx2.fedoraproject.org
  16. - *.qa.fedoraproject.org
  17. - 10.5.125.*
  18. - 10.5.126.*
  19. - 10.5.127.*
  20. - *.vpn.fedoraproject.org
  21. - username: linuxmodder
  22. -Use_Proxy_Command: ssh -W %h:%p bastion.fedoraproject.org
  23.  
  24. HOST *.fedoraproject.org fedorapeople.org *fedorahosted.org pagure.io
  25. IdentityFile ~/.ssh/linuxmodder_fas
  26. User linuxmodder
  27.  
  28. HOST *.github.com github.com
  29. IdentityFile ~/.ssh/linuxmodder_github
  30. User git
  31.  
  32. HOST *.gitlab.com gitlab.com
  33. IdentityFile ~/.ssh/linuxmodder_gitlab
  34. User git
  35.  
  36. HOST gerrit-ring.savoirfairelinux.com
  37. Port 29420
  38. IdentityFile ~/.ssh/ring_gerrit
  39. User linux-modder
  40.  
  41. HOST git.gmu.edu
  42. Port 22
  43. IdentityFile ~/.ssh/linuxmodder_gitlab
  44. User corey84
  45. ###################################################
  46. # # Respins SIG Hosts ##
  47.  
  48. ## Dan's Primary Seeder ##
  49. HOST respins.danychtech.com
  50. IdentityFile ~/.ssh/linuxmodder_respins
  51. User corey
  52.  
  53. ## Official SIG TRACKER ##
  54. # ******
  55. HOST respins.fedorainfracloud.org
  56. # REDACTED
  57. IdentityFile ~/.ssh/linuxmodder_fas
  58. User fedora
  59. # ******
  60.  
  61. ## Primary Ovaha Host, Included as a Web server/seeder For SIG ##
  62. # *******
  63. HOST fspin-seeder-REDACTED
  64. # REDACTED
  65. Port REDACTED
  66. IdentityFile ~/.ssh/linuxmodder_respins
  67. User linuxmodder
  68.  
  69. HOST fspin-seeder-REDACTED
  70. # REDACTED
  71. Port REDACTED
  72. IdentityFile ~/.ssh/linuxmodder_respins
  73.  
  74. User linuxmodder
  75.  
  76.  
  77.  
  78. HOST respins.ameridea.net
  79. Port REDACTED
  80. # IdentityFile ~/.ssh/linuxmmodder_ameridea
  81. User fedora
  82. # *******
  83.  
  84. HOST community.ameridea.net
  85. Port REDACTED
  86. # IdentityFile ~/.ssh/community-key.pem
  87. User fedora
  88.  
  89. ## Donated Hosts on Linode, Courtesy of daMeastro. ##
  90. # *******
  91. HOST de.fspin.org
  92. # REDACTED
  93. Port REDACTED
  94. IdentityFile ~/.ssh/linuxmodder_respins
  95. # IdentityFile ~/.ssh/linuxmodder_respins_rsa
  96. User linuxmodder
  97.  
  98. HOST tx.fspin.org
  99. # REDACTED
  100. Port REDACTED
  101. IdentityFile ~/.ssh/linuxmodder_respins
  102. # IdentityFile ~/.ssh/linuxmodder_respins_rsa
  103. User linuxmodder
  104. # *******
  105. HOST srv-a.nova-labs.org
  106. # REDACTED
  107. Port REDACTED
  108. IdentityFile ~/.ssh/linuxmodder_novalabs
  109. User linuxmodder
  110.  
  111. # *******
  112. HOST icanhazshell.com
  113. Port REDACTED
  114. IdentityFile ~/.ssh/2Pro
  115. # IdentityFile ~/.ssh/2Pro_rsa
  116. User linuxmodder
  117.  
  118.  
  119. HOST us.l2tp.icanhazshell.com
  120. # IP REDACTED
  121. Port REDACTED
  122. Identityfile ~/.ssh/2Pro
  123. # IdentityFile ~/.ssh/2Pro_rsa
  124. User root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement