On Thu, Dec 10, 1998 at 12:59:48PM +0100, Torsten Hilbrich wrote:
> > eval `ssh-agent`
> > ssh-add # this will open a window to ask you for your passphrase
> > /usr/bin/wmaker # for example
> > eval `ssh-agent -k` # kill the ssh-agent
> Thanks for making this clear, I will give i
Torsten Landschoff <[EMAIL PROTECTED]> writes:
[Using an empty passphrase]
> *ARG* You should not do this and you don't need to. You can use
> ssh-agent in your .xsession-Script to get your passphrase and
> authenticate yourself for this session. Just do
>
> eval `ssh-agent`
> ssh-add
On Sat, Dec 05, 1998 at 10:48:43PM +0100, Torsten Hilbrich wrote:
> On: Sat, 05 Dec 1998 10:52:33 -0500 AJ writes:
> > password in the opening command.. is there a way to edit ssh so that
> > u can type something like:
> >
> > ssh -l login -p password host.com
> > ?
> > or is there a way to spec
On: Sat, 05 Dec 1998 10:52:33 -0500 AJ writes:
> hey,
> im trying to set most of my commands to windows in windowmaker to
> make things easier and i cant get ssh to work because i cant type my
> password in the opening command.. is there a way to edit ssh so that
> u can type something like:
>
>
Hello,
> ssh -l login -p password host.com
> ?
> or is there a way to specify the password for this host so it doesnt ask
> you?
If you use RSA authentication, and leave the passphrase blank, it won't ask
you. You'll need to put the corresponding public key on host.com in your
~/.ssh/authorized_k
On Sat, Dec 05, 1998 at 10:52:33AM -0500, AJ wrote:
> things easier and i cant get ssh to work because i cant type my password
> in the opening command.. is there a way to edit ssh so that u can type
> something like:
>
> ssh -l login -p password host.com
This would be inherently insecure since y
On Sat, Dec 05, 1998 at 10:52:33 -0500, AJ wrote:
> is there a way to edit ssh so that u can type something like:
>
> ssh -l login -p password host.com
This would defeat part of ssh's purpose.
> or is there a way to specify the password for this host so it doesnt ask
> you?
Look at the documena
7 matches
Mail list logo