Thread
:
disabling ssh server on n900
View Single Post
quanttrom
2010-09-10 , 03:08
Posts: 50 | Thanked: 36 times | Joined on Aug 2010
#
40
Hello guys,
tonight I had the same issue and with some hints from the #n900 channel I was able to arrive at a quick fix to do what we want it to do... but it's that..a quick hack. Next time you update your packages it will be written over.
Apparently the N900 does not use the SysV init files that we all know and love but it uses
upstart
so, to solve our little problem, I simply changed the file responsible for starting ssh
go to
/etc/event.d
and edit
sshd
with your favorite UNIX aware text editor.
replace:
Code:
start on stopped rcS
with
Code:
#start on stopped rcS
By commenting it out it won't be started automatically.
That's it. Reboot your phone and all is good.
Quote & Reply
|
The Following User Says Thank You to quanttrom For This Useful Post:
tan
quanttrom
View Public Profile
Send a private message to quanttrom
Find all posts by quanttrom