Hello all,
I have a brand new system that I have installed RH 9 with all updates.
Since the updates, I now cannot ssh *from* this server to any other one,
but I *can* ssh *to* this server. This is what I get when I try from the
new server:
[EMAIL PROTECTED] root]# ssh -v aa
OpenSSH_3.5p1, SSH
"# man ssh-keygen" lets you configure passwordless ssh authentication by
generating priv/pub keys.
-Original Message-
From: Phil G [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 26, 2002 10:02 AM
To: [EMAIL PROTECTED]
Subject: using ssh
Hello all,
I have a problem that I
At 04:01 2/27/2002 +1300, Phil G wrote:
>I have a problem that I think ssh may solve. What i need to know is can you
>use ssh in one command? What I mean is can both the username and password be
>passed as parameters?
See the ssh manpage for command line options, including remote username.
You w
Hello all,
I have a problem that I think ssh may solve. What i need to know is can you
use ssh in one command? What I mean is can both the username and password be
passed as parameters?
I actually want to write a php script which gets executed as root on the
first box, the script will then run c
How does one utilize ssh-agent? Does it go into .bash_profile?
I want to have it automatically started when I first login. Note,
that means subsequent invocations of bash do not call it up. Also,
how does one utilize the generated output in a script? I have tried
several iterations, that have al
On Wed, 13 Dec 2000, John Indra wrote:
> Is there any way to copy files with scp and login to another host using ssh
> without specifying a password?
Yes. If you are using key based authentication, then it won't prompt you
for your password.
I should point out, though, that if you a
On Wed, Dec 13, 2000 at 02:03:59PM +0700, John Indra a ecrit:
> Dear all...
>
> Is there any way to copy files with scp and login to another host using ssh
> without specifying a password?
Yup.
> I'm using OpenSSH 2.3.0 with SSH protocol 2. I have read the manpage but I
John Indra escribió:
>
> Dear all...
>
> Is there any way to copy files with scp and login to another host using ssh
> without specifying a password?
>
> Say I have user john at station1 and user john@station2. I am very tired of
> typing passwords everytime I hav
Dear all...
Is there any way to copy files with scp and login to another host using ssh
without specifying a password?
Say I have user john at station1 and user john@station2. I am very tired of
typing passwords everytime I have to copy something from station1 to
station2. I do this copying at