arakasi72 / rtinst

seedbox installation script for Ubuntu and Debian systems
MIT License
1.22k stars 259 forks source link

Thank you but a little SSH problem :-( #262

Closed rjalexa closed 7 years ago

rjalexa commented 7 years ago

First of all THANK YOU !!! Your work is of great significance to me!

All went well BUT I must have misinterpreted the instructions and even though I have duly noted the SSH port (27098) this port is not open (tried with nmap and only see 80, 443 and 10000).

I am trying

ssh -p 27098 bob@192.168.174.113 but it fails

rutorrent happily up

webmin I have installed but ip/webmin gives a 404

Any ideas?

raspbian stretch

PS As noted in another note maybe it could be useful to warn RPi users that the whole install can last even a couple of hours !!! Do not despair ! :-)

PPS I have saved the image of the freshly installed Raspbian stretch system before isntalling rtinst and in the worst case will restart anew from there !!!

rjalexa commented 7 years ago

OK not really my fault. Raspbian issue. Very easy to fix (see below) but maybe you should either check it in the script or document it in the installation instructions.

THANK YOU

As of the November 2016 release, Raspbian has the SSH server disabled by default. You will have to enable it manually. To enable SSH on machines through console:

Enter sudo raspi-config in the terminal, first select Interfacing Options, then navigate to ssh, press Enter and select Enable or disable ssh server. To enable SSH for headless machines:

For headless setup, SSH can be enabled by placing a file named ssh, without any extension, onto the boot partition of the SD card.