-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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
> > 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
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
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
22 matches
Mail list logo