//
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Last revision Both sides next revision | ||
getting_ssh_access [2017/06/23 16:50] anonabox |
getting_ssh_access [2017/06/23 16:51] anonabox |
||
---|---|---|---|
Line 7: | Line 7: | ||
{{:getssh0.png?nolink| | {{:getssh0.png?nolink| | ||
+ | |||
====== Troubleshooting====== | ====== Troubleshooting====== | ||
- | In o}}rder to get access to ssh on the device, you will need to turn Tor off, if you have Tor running, it will redirect your ssh traffic back out over the Tor network instead of the local interface on the device. | + | In order to get access to ssh on the device, you will need to turn Tor off, if you have Tor running, it will redirect your ssh traffic back out over the Tor network instead of the local interface on the device. |
If you are on a windows machine, you can use a free ssh client program called putty downloadable here: http://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html | If you are on a windows machine, you can use a free ssh client program called putty downloadable here: http://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html | ||
In MacOS, you can just use the built in terminal application. To open the Terminal app, click Go in the top menu, then select Utilities, then click Terminal.app. The command for MacOS is ssh root@192.168.19.84 | In MacOS, you can just use the built in terminal application. To open the Terminal app, click Go in the top menu, then select Utilities, then click Terminal.app. The command for MacOS is ssh root@192.168.19.84 |