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
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
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
"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
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
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
"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 /var/log/da
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
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
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 |
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 int
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
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
13 matches
Mail list logo