Re: setting a password less ssh connection



Mikkel L. Ellertson wrote:
hicham wrote:
Hello
I'm having trouble to set a passwordless ssh connection between many pcs ,
I've found lot on the web about exchanging public keys but i still
cannot make it password less

thanks

hicham

Are you trying to log in as root, or as a user using key pairs? I
would have to double check, but I don't think the default sshd
configuration allows root logins. I have "PermitRootLogin no" in my
config file. It needs to be "PermitRootLogin without-password"
instead. (without-password prevents root from logging in using a
password, but will allow it using a key pair.)

PermitRootLogin
Specifies whether root can log in using ssh(1). The argument
must be ``yes'', ``without-password'', ``forced-commands-only''
or ``no''. The default is ``yes''.

If this option is set to ``without-password'' password authenti-
cation is disabled for root.

If this option is set to ``forced-commands-only'' root login with
public key authentication will be allowed, but only if the
command option has been specified (which may be useful for taking
remote backups even if root login is normally not allowed). All
other authentication methods are disabled for root.

If this option is set to ``no'' root is not allowed to log in.

Mikkel
I think that is the way to keep it. I log in as a trusted user and then use su - and give the root password and then I am root on that distant computer. I can do almost everything you can do on your own computer. That is how I keep the computer on top of the mountain happy. And I can sftp new software and reboot the computer. Not bad.

Karl

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: [opensuse] Re: ssh & root logins special? in 11.1?
    ... would only be used in logging in to a server. ... It is considered better security practice, not to allow root remote ... authorized_keys file as I add or update public keys. ... you will just have to enable root logins. ...
    (SuSE)
  • Re: setting a password less ssh connection
    ... hicham wrote: ... I've found lot on the web about exchanging public keys but i still ... Are you trying to log in as root, or as a user using key pairs? ... remote backups even if root login is normally not allowed). ...
    (Fedora)
  • Re: setting a password less ssh connection
    ... I'm having trouble to set a passwordless ssh connection between many ... I've found lot on the web about exchanging public keys but i still ... Are you trying to log in as root, or as a user using key pairs? ... use rsync to keep a backup machine in sync with the main machine. ...
    (Fedora)
  • Re: setting a password less ssh connection
    ... I'm having trouble to set a passwordless ssh connection between many ... I've found lot on the web about exchanging public keys but i still ... Are you trying to log in as root, or as a user using key pairs? ... use rsync to keep a backup machine in sync with the main machine. ...
    (Fedora)
  • Re: [?] DYNDNS host vulnerability
    ... configure your system to not allow "root" to log in remotely. ... The best thing is to use Public Key authentication with SSH and ... On the remote side you should put all the ... Port Knocking is here the better way to conceal things. ...
    (comp.os.linux.networking)