Re: how to re-use existing session?

From: perl coder (perlcdr_at_mail.rumania)
Date: 03/09/04


Date: Tue, 09 Mar 2004 16:42:38 GMT

Lukas Neuburger said:
> Using public key authentication in conjunction with the ssh-agent should
> meet your needs. Public key authentication will allow login without a
> password and the ssh-agent will accept and store the passwords you used
> to encrypt the private half of your public/private key pair during a
> given session.

I don't want to login at all. :-) Basically, I want to login just
once and stay logged in. And then I'd like to be able to do stuff
through this session only (all kinds of different stuff, like shell
commands, scp, CVS transfers, rsync, etc.) and not authenticate each
time. Not even conveniently with ssh-agent's cached public keys...

-- 
No crazy stuff in my email. ;-)


Relevant Pages

  • Re: Stopping Brute Force SSH Attacks
    ... I only use public key authentication. ... where I try to login before adding my key to ssh-agent, ... other dumb mistake, and am prompted for a passwd. ...
    (comp.security.ssh)
  • Disable SSH authentication
    ... we can use two ways to login to remote machine: ... Public key authentication ... My question is that can we disable the SSH authentication so that we don't need to either provide user account or the public key? ...
    (SSH)
  • Re: Logging into SSH
    ... > Does anybody know how to force SSH to require username/password AND ... > public key authentication before allowing a login? ... the public key should be password protected anyhow... ...
    (SSH)
  • Re: Stopping Brute Force SSH Attacks
    ... ]>~/.ssh/authorized_keys2 files (and those keys have passwords). ... ]I only use public key authentication. ... ]where I try to login before adding my key to ssh-agent, ...
    (comp.security.ssh)
  • Re: public key vs passwd authentication?
    ... > I have a client that's turned off public key authentication. ... > examination of the security aspect, it'd make my job a lot easier/ ... http://www.garlic.com/~lynn/aadsm15.htm#2 Is cryptography where security took the wrong branch? ...
    (comp.security.ssh)