Hi,
After a first misplaced topic, here is my question again!
I have searched for some time now and since I cannot find anything on it, I try the topic here!
Context is the following : at work, there is a very annoying proxy that keeps me from accessing some sites (yes, porn among those but I actually do not attempt to access them from work ) including FTP and some I could use accessing.
So, I tested a SSH tunnel to a friend's machine running a SSH server (under Cygwin) and, using his connection at home, I can access everything using PuTTY.
Problem is, for this to work it needs my friend's PC running and I use his connection.
So, I bought an integrated controller card at Omnima that can run OpenWRT, and I intend to use this device to connect from work and use my own connection.
I made OpenWRT run on the board using the Squidge distribution and I installed what was required for OpenSSH to work, Zlib and OpenSSL library, then OpenSSH-server and OpenSSH-client.
Then, I ran ssh-keygen, and it went well.
But when I try "ssh localhost" :
root@OpenWrt:/# ssh localhost
ssh: connect to host localhost port 22: Connection refused
root@OpenWrt:/#
And I do know what to do next. I guess I have to add users but I could not find any tutorial about this simple task, and I could not find any topic on this forum about that.
Could anyone help me?
By the way, I entered the commands using HyperTerminalon RS232 link, so the network part is detached from the command prompt.
And the command "netstat -l" gives me the following :
root@OpenWrt:/# netstat -l
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN
netstat: no kernel support for AF INET6 (tcp)
netstat: no kernel support for AF INET6 (udp)
netstat: no kernel support for AF INET6 (raw)
Active UNIX domain sockets (only servers)
Proto RefCnt Flags Type State I-Node Path
root@OpenWrt:/#
... So I guess there is a problem here? I tested this command with a RJ45 cable connected to each port of the card running Linux, but things won't change a bit.
What am I supposed to do?