freshkitty

SSH Tutorial (Written by Michael8888)

Jul 6th, 2019 (edited)
1,548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. WRITTEN BY MICHAEL8888
  2.  
  3. How to use SSH.
  4. --------------------------------------------------------------
  5. How to SSH on Chrome This does not always work, if this does not work, please use the method for your OS.
  6. 1. Install this extension: https://chrome.google.com/webstore/detail/secure-shell-app/pnhechapfaindjhompbnflcldabbghjo/related?hl=en
  7.  
  8. 2. Click the icon that was added in the corner of you screen (it looks like a terminal).
  9.  
  10. 3. Click "Connection Dialog"
  11.  
  12. 4. In the top box, where it says "username@hostname or free form text", enter the following command: 34.68.105.48 -p 1985
  13.  
  14. If you asked you allow something, lease allow it.
  15.  
  16. --------------------------------------------------------------
  17. How to SSH on Windows
  18. 1. Download PuTTY: https://www.chiark.greenend.org.uk/~sgtatham/putty/ (just click next on everything)
  19.  
  20. 2. Open the PuTTY icon on your desktop.
  21.  
  22. 3. Inside of the first box, where you are asked to put the host name or IP, put the following in: 34.68.105.48
  23.  
  24. 4. Next to that, change the default port (22), to the port 1985.
  25.  
  26. 5. Under that, make sure the connection type is set to SSH, should be already set by default.
  27.  
  28. 6. Now click "Open", at the bottom.
  29.  
  30. 7. You will get a PuTTY security alert. Just click yes, it is fine.
  31.  
  32. 8. It will ask you who you want to login in as, here you need to type "root".
  33.  
  34. 9. Now your in.
  35. --------------------------------------------------------------
  36. How to SSH on Mac
  37. 1. Open your terminal
  38.  
  39. 2. Type in the following command: ssh root@34.68.105.48 -p 1985
  40.  
  41. This should work and not ask you anything. If this does not work DM @Michael8888
  42.  
  43. How to SSH on Linux
  44. 1. Open your terminal.
  45.  
  46. 2. Type in the following command: ssh root@34.68.105.48 -p 1985
  47.  
  48. This should work and not ask you anything. If this does not work DM
  49. --------------------------------------------------------------
  50. How to SSH on Android
  51. 1. Open your app store
  52.  
  53. 2. Search and download a app named "Termius"
  54.  
  55. 3. When it is done installing, open it.
  56.  
  57. 4. Click on the green "+" in the bottom corner.
  58. If this is missing, please open the side menu and then click on "hosts"
  59.  
  60. 5. Click New Host
  61.  
  62. 6. Under Alias, type "Stranger Things SSH Server", this can be what ever you want, this is just the name it will show in the list.
  63.  
  64. 7. In hostname, type: 34.68.105.48
  65.  
  66. 8. Scroll down to the SSH box and change the default port (22), to port 1985.
  67.  
  68. 9. Under username, put in "root".
  69.  
  70. 10. Now you can click the check mark in the top, and you will be connected.
  71.  
  72. --------------------------------------------------------------
  73. How to SSH on Iphone
  74. 1. Open your app store
  75.  
  76. 2. Search and download a app named "Termius"
  77.  
  78. 3. When it is done installing, open it.
  79.  
  80. 4. Click on the green "+" in the bottom corner.
  81. If this is missing, please open the side menu and then click on "hosts"
  82.  
  83. 5. Click New Host
  84.  
  85. 6. Under Alias, type "Stranger Things SSH Server", this can be what ever you want, this is just the name it will show in the list.
  86.  
  87. 7. In hostname, type: 34.68.105.48
  88.  
  89. 8. Scroll down to the SSH box and change the default port (22), to port 1985.
  90.  
  91. 9. Under username, put in "root".
  92.  
  93. 10. Now you can click the check mark in the top, and you will be connected.
  94. --------------------------------------------------------------
  95. What is SSH
  96. SSH (or Secure Shell, or Secure Socket Shell) is a network protocol for securely communicating between computers. Often when people refer to 'using SSH', they are referring to using an SSH client to connect to another computer's SSH server in order to remotely run commands on that computer. Any computer is capable of running both an SSH client and a server.
Add Comment
Please, Sign In to add comment