maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   Openssh on N900 (https://talk.maemo.org/showthread.php?t=33207)

Joorin 2010-04-24 15:15

Re: Openssh on N900
 
Quote:

Originally Posted by qole (Post 354284)
I strongly suggest getting a Linksys / Cisco WRT54GL router and flashing custom firmware. I have had no problems with that router, while I have had many problems with other routers.

This has nothing to do with routers of any special kind. This is all about the power management on the WiFi side.

After fiddling about with iwconfig a bit, I also noticed that the connection manager (or some service that depends on it) reconfigures my wlan0 interface if I change certain settings on it.

To turn power management off from command line and get less lost packages and proper latency:
Code:

iwconfig wlan0 power off
But, changing this setting while the connection is up will make all TCP connections stall until there is action on the device. This is, to say the least, irritating. And when the setting is reverted back to "on" (by some unknown entity) after a few minutes, frustration sets in.

~phoenix~ 2010-05-19 17:03

Re: Openssh on N900
 
hmm.... what about a gui 4 client??

Mr Wolf 2013-01-28 14:08

Re: Openssh on N900
 
Hi!
Sorry if I bump the topic.
I tried to change the listening port to 2122 by editing /etc/ssh/sshd_config, but it didn't work, I couldn't connect, and had to change the port back to 22 again.
Anybody knows why it doesn't work?
Thanks in advance!

Vlad_on_the_road 2013-01-28 15:21

Re: Openssh on N900
 
Did you kill/start the sshd daemon ? (/usr/sbin/sshd)

Mr Wolf 2013-01-28 16:23

Re: Openssh on N900
 
Hi! Many thanks for your answer.
I was following this page:
http://scratching.psybermonkey.net/2...g-openssh.html

I tried with /etc/init.d/sh ssh restart
but no success.
Then, I tried as you suggested with /usr/sbin/sshd
but again no success. :(
I had installed SSH Status and Switcher to turn SSH on/off.

I don't know what's wrong. :confused:

thedead1440 2013-01-28 16:50

Re: Openssh on N900
 
Quote:

Originally Posted by Mr Wolf (Post 1318455)
Hi! Many thanks for your answer.
I was following this page:
http://scratching.psybermonkey.net/2...g-openssh.html

I tried with /etc/init.d/sh ssh restart
but no success.
Then, I tried as you suggested with /usr/sbin/sshd
but again no success. :(
I had installed SSH Status and Switcher to turn SSH on/off.

I don't know what's wrong. :confused:

Code:

/sbin/initctl stop sshd && sleep 2 && /sbin/initctl start sshd

Mr Wolf 2013-01-28 17:20

Re: Openssh on N900
 
I get
Unknown job: ssh
:o

thedead1440 2013-01-28 17:24

Re: Openssh on N900
 
Quote:

Originally Posted by Mr Wolf (Post 1318471)
I get
Unknown job: ssh
:o

Sorry should have been sshd; corrected it...

Mr Wolf 2013-01-28 18:19

Re: Openssh on N900
 
Thanks!
I'll try as soon as I can.
I uninstalled OpenSSH and Maemo repositories are offline (???).

thedead1440 2013-01-28 18:19

Re: Openssh on N900
 
Quote:

Originally Posted by Mr Wolf (Post 1318499)
Thanks!
I'll try as soon as I can.
I uninstalled OpenSSH and Maemo repositories are offline (???).

http://talk.maemo.org/showthread.php?t=88707

Mr Wolf 2013-01-28 20:13

Re: Openssh on N900
 
Doh! I've just realized the configuration file in which I changed the port was /etc/ssh/ssh_config (client) and not /etc/ssh/sshd_config (server)!!! :o
Thanks a lot anyway for your help!


All times are GMT. The time now is 14:53.

vBulletin® Version 3.8.8