Re: ssh port not opening

2007-11-07 Thread Andrei Popescu
On Tue, Nov 06, 2007 at 06:26:46PM -0500, Vikki Roemer wrote: > I'm running Etch, and when I did apt-get install ssh it just installed > the ssh client. I had to install the server separately. $ apt-cache depends ssh ssh Depends: openssh-client Depends: openssh-server If you only got opens

Re: ssh port not opening

2007-11-06 Thread Vikki Roemer
On Nov 5, 2007 4:35 PM, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > > On Mon, Nov 05, 2007 at 09:08:21PM +, John O Laoi wrote: > > "Looks like there's your problem. You don't have openssh-server > > installed." > > > > > > "aptitude install openssh-server > > > > > > This should solve y

Re: ssh port not opening

2007-11-05 Thread Andrew Sackville-West
On Mon, Nov 05, 2007 at 09:08:21PM +, John O Laoi wrote: > "Looks like there's your problem. You don't have openssh-server > installed." > > > "aptitude install openssh-server > > > > This should solve your problems." > > > > Thanks everyone. That did it. > I suppose that I should have do

Re: ssh port not opening

2007-11-05 Thread John Schmidt
On Monday 05 November 2007, John O Laoi wrote: > # dpkg --get-selections | grep ssh > openssh-client install > openssh-server deinstall > # > > Thanks to everyone for your help. > > Maybe I should remove ssh and reinstall? > aptit

Re: ssh port not opening

2007-11-05 Thread Douglas A. Tutty
On Mon, Nov 05, 2007 at 07:50:23PM +, John O Laoi wrote: > # dpkg --get-selections | grep ssh > openssh-client install > openssh-server deinstall > # > Looks like there's your problem. You don't have openssh-server installe

Re: ssh port not opening

2007-11-05 Thread Andrew Sackville-West
On Mon, Nov 05, 2007 at 06:11:28PM +, John O Laoi wrote: > On 11/5/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > > > > > > ssh-agent is *not* the program that allows ssh connections. That is > > sshd. It should be started with /etc/ini.d/ssh start as root. Is there > > no output when y

Re: ssh port not opening

2007-11-05 Thread John Schmidt
On Monday 05 November 2007, John O Laoi wrote: > On 11/5/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > > ssh-agent is *not* the program that allows ssh connections. That is > > sshd. It should be started with /etc/ini.d/ssh start as root. Is there > > no output when you do that? Anything i

Re: ssh port not opening

2007-11-05 Thread Florian Kulzer
On Mon, Nov 05, 2007 at 17:44:00 +, John O Laoi wrote: > Hello, > I am running etch on a dell laptop. > I recently installed ssh: > aptitude install ssh > and started it: > /etc/init.d/ssh start > yet when I look for open ports with nmap localhost, port 22 is not open. > When I run > # ps -e |

Re: ssh port not opening

2007-11-05 Thread Andrew Sackville-West
On Mon, Nov 05, 2007 at 05:44:00PM +, John O Laoi wrote: > Hello, > I am running etch on a dell laptop. > I recently installed ssh: > aptitude install ssh > and started it: > /etc/init.d/ssh start > yet when I look for open ports with nmap localhost, port 22 is not open. > When I run > # ps -e