Re: SSH Keys and Debian

2008-05-23 Thread Johannes Wiedersich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2008-05-23 19:34, Ed Curtis wrote: > I have two deb machines I ssh to constantly on our lan. I had previously > set up ssh-keys on these machines to rsync files to one machine. This > morning I ran the ssh update the system update wanted me to run a

Re: ssh keys

2006-02-06 Thread Karsten M. Self
on Tue, Jan 24, 2006 at 03:44:34PM -0800, Paul Johnson ([EMAIL PROTECTED]) wrote: > On Tuesday 24 January 2006 08:36, Juraj Fedel wrote: > > On Mon, Jan 23, 2006 at 04:26:47PM -0300, Jos? Pablo Ezequiel Fern?ndez > wrote: > > > On Mon 23 Jan 2006 15:53, Andreas Janssen wrote: > > > > Are root log

Re: ssh keys

2006-01-24 Thread Paul Johnson
On Tuesday 24 January 2006 08:36, Juraj Fedel wrote: > On Mon, Jan 23, 2006 at 04:26:47PM -0300, Jos? Pablo Ezequiel Fern?ndez wrote: > > On Mon 23 Jan 2006 15:53, Andreas Janssen wrote: > > > Are root logins allowed on the server? What does the server's auth.log > > > say? > > > > That was it, th

Re: ssh keys

2006-01-24 Thread Andreas Janssen
Hello Juraj Fedel (<[EMAIL PROTECTED]>) wrote: >> [ssh server] > How do you enable root login if they are disallowed? > Juraj Change "PermitRootLogin no" to "PermitRootLogin yes" in your /etc/ssh/sshd_config. However I recommend you don't log in as root directly, instead only allow logins for u

Re: ssh keys

2006-01-24 Thread Juraj Fedel
On Mon, Jan 23, 2006 at 04:26:47PM -0300, Jos? Pablo Ezequiel Fern?ndez wrote: > On Mon 23 Jan 2006 15:53, Andreas Janssen wrote: > > Are root logins allowed on the server? What does the server's auth.log > > say? > That was it, thank you! > -- > Jos? Pablo Ezequiel Fern?ndez How do you enable roo

Re: ssh keys

2006-01-23 Thread José Pablo Ezequiel Fernández
On Mon 23 Jan 2006 15:53, Andreas Janssen wrote: > Are root logins allowed on the server? What does the server's auth.log > say? That was it, thank you! -- José Pablo Ezequiel Fernández pgpjf18814PFJ.pgp Description: PGP signature

Re: ssh keys

2006-01-23 Thread Andreas Janssen
Hello José Pablo Ezequiel Fernández (<[EMAIL PROTECTED]>) wrote: > I've installed my ssh public keys to various servers. All worked > untill a case which didn't work. A server named dev, I installed the > key on [EMAIL PROTECTED]:/home/pupeno/.ssh/authorized_keys and it worked (I > can connect to

Re: ssh keys from two behind-the-firewall boxes?

2003-02-01 Thread nate
sean finney said: > right, but if they're storing a passphraseless key on another machine to > which someone else has root, that someone else now has access to your > machine too. if that's your root key... yes thats a good point, forgot about that. I can't remember the last time I had access to

Re: ssh keys from two behind-the-firewall boxes?

2003-02-01 Thread sean finney
On Sat, Feb 01, 2003 at 12:57:08PM -0800, nate wrote: > will trillich said: > > > at what point are the passphrases required? if passwordless > > login/scp is the objective, where are the passphrases used? > > ssh-agent is designed to prompt you for your passphrase, then > it stores it in memory,

Re: ssh keys from two behind-the-firewall boxes?

2003-02-01 Thread nate
will trillich said: > at what point are the passphrases required? if passwordless > login/scp is the objective, where are the passphrases used? ssh-agent is designed to prompt you for your passphrase, then it stores it in memory, and automatically 'inputs' it when you connect. That is until you l

Re: ssh keys from two behind-the-firewall boxes?

2003-02-01 Thread will trillich
On Sat, Feb 01, 2003 at 07:35:02AM -0800, Bill Moseley wrote: > On 1 Feb 2003, Jean-Marc V. Liotier wrote: > > > # On the local host : > > ssh-keygen -t dsa -f id_dsa > > # When prompted for a password, just press 'enter'. > > scp id_dsa.pub [EMAIL PROTECTED]:~/ > > I would strongly recommend usi

Re: ssh keys from two behind-the-firewall boxes?

2003-02-01 Thread Bill Moseley
On 1 Feb 2003, Jean-Marc V. Liotier wrote: > # On the local host : > ssh-keygen -t dsa -f id_dsa > # When prompted for a password, just press 'enter'. > scp id_dsa.pub [EMAIL PROTECTED]:~/ I would strongly recommend using a good pass phrase and ssh-agent. If someone gets your password less priva

Re: ssh keys from two behind-the-firewall boxes?

2003-01-31 Thread Colin Watson
On Sat, Feb 01, 2003 at 02:57:01AM +0100, Jean-Marc V. Liotier wrote: > On Sat, 2003-02-01 at 01:55, Matthew Daubenspeck wrote: > > Does anyone have a FAQ on how to set this all up? > > Below is what worked for me. I think that it may vary according to the > version of the SSH protocol that you wa

Re: ssh keys from two behind-the-firewall boxes?

2003-01-31 Thread sean finney
On Fri, Jan 31, 2003 at 05:39:22PM -0800, nate wrote: > SSH v2 is not *too* much different. though it's been a while > since I tried it with DSA authentication, last time I tried it, > it was a real bitch to get working(this was about a year ago) erm, iirc it's the same thing, only if you're using

Re: ssh keys from two behind-the-firewall boxes?

2003-01-31 Thread Jean-Marc V. Liotier
On Sat, 2003-02-01 at 01:55, Matthew Daubenspeck wrote: > On Fri, Jan 31, 2003 at 06:08:31PM -0600, will trillich wrote: > > > doing the ssh-keygen thing works like a charm; you copy your > > private keys to the remote box and then just slap it into your > > ~/.ssh/authorized_keys file and poof, no

Re: ssh keys from two behind-the-firewall boxes?

2003-01-31 Thread nate
Matthew Daubenspeck said: > Does anyone have a FAQ on how to set this all up? i have a real quick basic thing with SSH v1 on my mrtg page: http://howto.aphroland.de/HOWTO/MRTG/IPFWCountersWithMRTG SSH v2 is not *too* much different. though it's been a while since I tried it with DSA authenticat

Re: ssh keys from two behind-the-firewall boxes?

2003-01-31 Thread Matthew Daubenspeck
On Fri, Jan 31, 2003 at 06:08:31PM -0600, will trillich wrote: > this is probably item #2 of the really-obvious-faq that i'm not > yet aware of, so i'll go ahead and ask because i haven't taken > the opportunity to look like a goober in, oh, about half a day, > now... > > doing the ssh-keygen thin

Re: ssh keys from two behind-the-firewall boxes?

2003-01-31 Thread Osamu Aoki
Hi, On Fri, Jan 31, 2003 at 06:08:31PM -0600, will trillich wrote: > this is probably item #2 of the really-obvious-faq that i'm not > yet aware of, so i'll go ahead and ask because i haven't taken > the opportunity to look like a goober in, oh, about half a day, > now... > > doing the ssh-keygen

Re: ssh keys from two behind-the-firewall boxes?

2003-01-31 Thread nate
will trillich said: > it's ip-based, isn't it? in my experience it is key based. though I think with ssh2 you have a more extensive set of options available to you to restrict access further, perhaps to the IP level. but if you just have the keys themselves in ~/.ssh/authorized_keys it should be

Re: ssh keys keep changing.

2000-02-26 Thread Adam Shand
> > On one machine, I get this message everytime I connect to it. I have > > tried to reinstall ssh via apt-get remove/install ssh, > > and I still get the error message everytime. > > Reinstalling ssh won't solve the problem as some simple reading would > make clear. See below. actually if y

Re: ssh keys keep changing.

2000-02-25 Thread aphro
On Fri, 25 Feb 2000, John Davis wrote: davis >Hello davis > davis >I keep getting HOST IDENTIFICATION HAS CHANGED! errors. How do I prevent davis >these errors and how do I ensure davis >that my machines are not under attack from someone? remove the file ~/.ssh/known_hosts or edit it to remove

Re: ssh keys keep changing.

2000-02-25 Thread Nathan E Norman
On Fri, Feb 25, 2000 at 11:22:35AM -0500, John Davis wrote: > Hello > > I keep getting HOST IDENTIFICATION HAS CHANGED! errors. How do I prevent > these errors and how do I ensure > that my machines are not under attack from someone? > > On one machine, I get this message everytime I connect to