On Friday 01 August 2003 04:10, Peter Cordes wrote:
> You should use ssh-keygen to create a keypair on each machine, and
> copy the public key from the machine you generated it on to the other
> machine. This allows quick passwordless authentication.
I've tried to do this many times, but I've fai
Pn, 2003-08-01 12:04, Kjetil Kjernsmo rašė:
> On Friday 01 August 2003 04:10, Peter Cordes wrote:
> > You should use ssh-keygen to create a keypair on each machine, and
> > copy the public key from the machine you generated it on to the other
> > machine. This allows quick passwordless authenticat
Hi,
Kjetil Kjernsmo écrivait :
> I've tried to do this many times, but I've failed... Is there a Very
> Verbose Guide to Passwordless Authentication with SSH somewhere...? :-)
All is in the man pages!
For real password-less (even for the private key, it's *bad*), try this:
$ ssh-key
I have here also key login. It's very easy.
ssh-keygen -t dsa
You got now two files id_dsa and id_dsa.pub. You put the id_dsa.pub in
~/.ssh/authorized_keys2 and id_dsa on your client in ~/.ssh/id_dsa. When
you start now ssh on the client to the remote he take the id_dsa key and
login. :-)
That's
On Friday, Aug 1, 2003, at 02:17 US/Pacific, Matthijs Mohlmann wrote:
I have here also key login. It's very easy.
ssh-keygen -t dsa
You got now two files id_dsa and id_dsa.pub. You put the id_dsa.pub in
~/.ssh/authorized_keys2 and id_dsa on your client in ~/.ssh/id_dsa.
When
you start now ss
Peter Cordes <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
> On Thu, Jul 31, 2003 at 02:17:46PM -0700, Boyd Moore wrote:
> > I have two Debian systems behind a Linksys router, with the router
> > blocking everything except returning packets. One system is debian
> > "stable" (Woo
On Fri, 1 Aug 2003, Kjetil Kjernsmo wrote:
> On Friday 01 August 2003 04:10, Peter Cordes wrote:
> > You should use ssh-keygen to create a keypair on each machine, and
> > copy the public key from the machine you generated it on to the other
> > machine. This allows quick passwordless authenticat
On Fri, Aug 01, 2003 at 11:04:32AM +0200, Kjetil Kjernsmo wrote:
> On Friday 01 August 2003 04:10, Peter Cordes wrote:
> > You should use ssh-keygen to create a keypair on each machine, and
> > copy the public key from the machine you generated it on to the other
> > machine. This allows quick pas
On Thu, Jul 31, 2003 at 06:41:01PM +0200, Thomas Bechtold wrote:
> Hi,
> I want to install honeyd on my Debian-Box for testing. honeyd[1] isn't in the
> Package-tree from Debian so i have to compile it by hand. honeyd needs the
> 'libdnet'-package[2] to work.
Sorry, not true. Check
http://packag
On Thu, Jul 31, 2003 at 06:41:01PM +0200, Thomas Bechtold wrote:
> Hi,
> I want to install honeyd on my Debian-Box for testing. honeyd[1] isn't in the
> Package-tree from Debian so i have to compile it by hand. honeyd needs the
> 'libdnet'-package[2] to work.
Sorry, I forgot to reply to the last
On Wednesday 30 July 2003 23:44, Jeff wrote:
> > You can set the notebook on a different network. Put the
> > firewall/router on that network with another nic. It's the
> > principle of a dmz... By putting the notebook on another network,
> > and prohibitting access from that network to the interna
ok, this turned out to be some HP remote managment/alert service coded
into the hardware, the network card itself.
no surprise i couldn't identify any process on my system! and this goes
to show, you'd better have a look at your hardware, _before_ you install
it some 100 kilometers away ;)
bes
ok, this turned out to be some HP remote managment/alert service coded
into the hardware, the network card itself.
no surprise i couldn't identify any process on my system! and this goes
to show, you'd better have a look at your hardware, _before_ you install
it some 100 kilometers away ;)
best
On Friday 01 August 2003 04:10, Peter Cordes wrote:
> You should use ssh-keygen to create a keypair on each machine, and
> copy the public key from the machine you generated it on to the other
> machine. This allows quick passwordless authentication.
I've tried to do this many times, but I've fai
Pn, 2003-08-01 12:04, Kjetil Kjernsmo rašė:
> On Friday 01 August 2003 04:10, Peter Cordes wrote:
> > You should use ssh-keygen to create a keypair on each machine, and
> > copy the public key from the machine you generated it on to the other
> > machine. This allows quick passwordless authenticat
Hi,
Kjetil Kjernsmo écrivait :
> I've tried to do this many times, but I've failed... Is there a Very
> Verbose Guide to Passwordless Authentication with SSH somewhere...? :-)
All is in the man pages!
For real password-less (even for the private key, it's *bad*), try this:
$ ssh-key
I have here also key login. It's very easy.
ssh-keygen -t dsa
You got now two files id_dsa and id_dsa.pub. You put the id_dsa.pub in
~/.ssh/authorized_keys2 and id_dsa on your client in ~/.ssh/id_dsa. When
you start now ssh on the client to the remote he take the id_dsa key and
login. :-)
That's
On Friday, Aug 1, 2003, at 02:17 US/Pacific, Matthijs Mohlmann wrote:
I have here also key login. It's very easy.
ssh-keygen -t dsa
You got now two files id_dsa and id_dsa.pub. You put the id_dsa.pub in
~/.ssh/authorized_keys2 and id_dsa on your client in ~/.ssh/id_dsa.
When
you start now ssh o
Peter Cordes <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
> On Thu, Jul 31, 2003 at 02:17:46PM -0700, Boyd Moore wrote:
> > I have two Debian systems behind a Linksys router, with the router
> > blocking everything except returning packets. One system is debian
> > "stable" (Woo
On Fri, 1 Aug 2003, Kjetil Kjernsmo wrote:
> On Friday 01 August 2003 04:10, Peter Cordes wrote:
> > You should use ssh-keygen to create a keypair on each machine, and
> > copy the public key from the machine you generated it on to the other
> > machine. This allows quick passwordless authenticat
On Fri, Aug 01, 2003 at 11:04:32AM +0200, Kjetil Kjernsmo wrote:
> On Friday 01 August 2003 04:10, Peter Cordes wrote:
> > You should use ssh-keygen to create a keypair on each machine, and
> > copy the public key from the machine you generated it on to the other
> > machine. This allows quick pas
On Thu, Jul 31, 2003 at 06:41:01PM +0200, Thomas Bechtold wrote:
> Hi,
> I want to install honeyd on my Debian-Box for testing. honeyd[1] isn't in the
> Package-tree from Debian so i have to compile it by hand. honeyd needs the
> 'libdnet'-package[2] to work.
Sorry, not true. Check
http://packag
On Thu, Jul 31, 2003 at 06:41:01PM +0200, Thomas Bechtold wrote:
> Hi,
> I want to install honeyd on my Debian-Box for testing. honeyd[1] isn't in the
> Package-tree from Debian so i have to compile it by hand. honeyd needs the
> 'libdnet'-package[2] to work.
Sorry, I forgot to reply to the last
On Wednesday 30 July 2003 23:44, Jeff wrote:
> > You can set the notebook on a different network. Put the
> > firewall/router on that network with another nic. It's the
> > principle of a dmz... By putting the notebook on another network,
> > and prohibitting access from that network to the interna
24 matches
Mail list logo