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

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 your problems.

ssh port not opening

2007-11-05 Thread John O Laoi
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 | grep ssh I get 3450 ?00:00:00 ssh-agent # ps aux | grep ssh john

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 | grep

ssh port not opening

2007-11-05 Thread John O Laoi
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 in the logs? However, I cannot ssh into my host.

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 | grep

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 in the

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 you do that?

ssh port not opening

2007-11-05 Thread John O Laoi
Do you get any error message when you try to start /etc/init.d/ssh? Is there anything in /var/log/daemon.log? Does the sshd-blocking file /etc/ssh/sshd_not_to_be_run exist on your system? No errors when I do /etc/init.d ssh start # /etc/init.d/ssh stop # /etc/init.d/ssh start # cat

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 installed.

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? aptitude

ssh port not opening

2007-11-05 Thread John O Laoi
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 done #aptitude install ssh openssh-server in the first place. John

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 done #aptitude