Guest User

Untitled

a guest
May 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. Welcome to Git (version 1.7.7-preview20111014)
  2.  
  3.  
  4. Run 'git help git' to display the help index.
  5. Run 'git help <command>' to display help for specific commands.
  6.  
  7. Owner@COMPUTER-2294 ~
  8. $ cd TMS
  9.  
  10. Owner@COMPUTER-2294 ~/TMS (test)
  11. $ git pull
  12. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  13. @ WARNING: POSSIBLE DNS SPOOFING DETECTED! @
  14. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  15. The RSA host key for [tms-server.tk]:12345 has changed,
  16. and the key for the according IP address [91.229.20.221]:12345
  17. is unknown. This could either mean that
  18. DNS SPOOFING is happening or the IP address for the host
  19. and its host key have changed at the same time.
  20. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  21. @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
  22. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  23. IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
  24. Someone could be eavesdropping on you right now (man-in-the-middle attack)!
  25. It is also possible that the RSA host key has just been changed.
  26. The fingerprint for the RSA key sent by the remote host is
  27. 37:32:ca:4a:3c:c9:7f:89:7a:34:3c:a7:bc:c6:55:93.
  28. Please contact your system administrator.
  29. Add correct host key in /c/Documents and Settings/Owner/.ssh/known_hosts to get
  30. rid of this message.
  31. Offending key in /c/Documents and Settings/Owner/.ssh/known_hosts:1
  32. RSA host key for [tms-server.tk]:12345 has changed and you have requested strict
  33. checking.
  34. Host key verification failed.
  35. fatal: The remote end hung up unexpectedly
  36.  
  37. Owner@COMPUTER-2294 ~/TMS (test)
  38. $ git pull
  39. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  40. @ WARNING: POSSIBLE DNS SPOOFING DETECTED! @
  41. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  42. The RSA host key for [tms-server.tk]:12345 has changed,
  43. and the key for the according IP address [91.229.20.221]:12345
  44. is unknown. This could either mean that
  45. DNS SPOOFING is happening or the IP address for the host
  46. and its host key have changed at the same time.
  47. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  48. @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
  49. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  50. IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
  51. Someone could be eavesdropping on you right now (man-in-the-middle attack)!
  52. It is also possible that the RSA host key has just been changed.
  53. The fingerprint for the RSA key sent by the remote host is
  54. 37:32:ca:4a:3c:c9:7f:89:7a:34:3c:a7:bc:c6:55:93.
  55. Please contact your system administrator.
  56. Add correct host key in /c/Documents and Settings/Owner/.ssh/known_hosts to get
  57. rid of this message.
  58. Offending key in /c/Documents and Settings/Owner/.ssh/known_hosts:1
  59. RSA host key for [tms-server.tk]:12345 has changed and you have requested strict
  60. checking.
  61. Host key verification failed.
  62. fatal: The remote end hung up unexpectedly
  63.  
  64. Owner@COMPUTER-2294 ~/TMS (test)
  65. $ echo > /c/Documents and Settings/Owner/.ssh/known_hosts && git pull
  66. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  67. @ WARNING: POSSIBLE DNS SPOOFING DETECTED! @
  68. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  69. The RSA host key for [tms-server.tk]:12345 has changed,
  70. and the key for the according IP address [91.229.20.221]:12345
  71. is unknown. This could either mean that
  72. DNS SPOOFING is happening or the IP address for the host
  73. and its host key have changed at the same time.
  74. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  75. @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
  76. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  77. IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
  78. Someone could be eavesdropping on you right now (man-in-the-middle attack)!
  79. It is also possible that the RSA host key has just been changed.
  80. The fingerprint for the RSA key sent by the remote host is
  81. 37:32:ca:4a:3c:c9:7f:89:7a:34:3c:a7:bc:c6:55:93.
  82. Please contact your system administrator.
  83. Add correct host key in /c/Documents and Settings/Owner/.ssh/known_hosts to get
  84. rid of this message.
  85. Offending key in /c/Documents and Settings/Owner/.ssh/known_hosts:1
  86. RSA host key for [tms-server.tk]:12345 has changed and you have requested strict
  87. checking.
  88. Host key verification failed.
  89. fatal: The remote end hung up unexpectedly
  90.  
  91. Owner@COMPUTER-2294 ~/TMS (test)
  92. $
Add Comment
Please, Sign In to add comment