Re: Help for a newbie SSH and Aptitude



On Thu, Feb 28, 2008 at 05:20:41PM -0800, Steve wrote:
I've just run up my first linux box and I'm goin ok. Only thing is I
can't get SSH running on it (to enable me to access it from a windows
box using putty or similar). I've tried openssh but of course that is
a client. Can anyone tell me where to start looking. I'm guessing
that it's a daemon that I need to run.

I think the other replies have already covered setting up an OpenSSH server but
here are some useful commands to help you discover packages...

apt-cache search foo

will search through the packages and list matches to 'foo'. Additional
information about a package can be obtained using...

apt-cache show foo

this will list the details for the package 'foo'. Its also worth mentioning
that the apt-cache commands can be run as a regular user.

It took me a while to find these commands but I use them all the time now.

Hope that helps.
Gavin


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: from __future__ import absolute_import ?
    ... foo not in bar ... A path below the package level is generally a good means to shoot ... to represent a python "package" structure. ...
    (comp.lang.python)
  • Re: A Question about DEFPACKAGE syntax
    ... Lisp and for not-really-Common-Lisp ... that it's easier to type:foo than to type "FOO". ... "FOO" does not create superficial symbols in the keyword package ...
    (comp.lang.lisp)
  • Re: Request for help constructing a simple macro
    ... Isn't an unbound symbol just a `symbol object'? ... Object in Lisp means generally all Lisp data. ... #:FOO ... No package for this symbol. ...
    (comp.lang.lisp)
  • Re: from __future__ import absolute_import ?
    ... foo not in bar ... Unfortunately this is a side effect of using the os's directory structure to represent a python "package" structure. ...
    (comp.lang.python)
  • Re: Best Practices - common code
    ... >> Let's say that we have a bunch of independent projects, among them Foo ... all of this common code ... > you can break up the bulk along package or package family* lines. ... > Ant can analyze class dependencies. ...
    (comp.lang.java.programmer)