Displaying 7 results from an estimated 7 matches for "permitroot".
2004 Oct 11
1
PermitRoot without-password doesn't work if AllowUsers user1 user2 set, but root not included; Also some bug in auth.c (Me thinks)
Hi list!
I have some machines running openssh 3.9p1.
AllowUsers is set to my users, that are allowed to login.
If I set PermitRoot without-password, but do not include root in AllowUsers,
root is not able to login with pubkey. I do not want to set root in
AllowUsers, since the without-password option should check this allready, I
think... So I made a small patch that allows me to login as root
without-password, without adding...
2016 Apr 14
2
(rfc) too many keys, usecase?
There is no /root/.ssh/authorized_keys on remote host, so I have to
authenticate with password.
On the remote host:
# /usr/sbin/sshd -T | egrep permitroot
permitrootlogin yes
Attempting:
$ ssh root@<remotehost>
shows:
Received disconnect from <remotehost> port 22:2: Too many authentication failures for root
packet_write_wait: Connection to <remotehost> port 22: Broken pipe
mux_client_request_session: read from master failed...
2001 Mar 01
2
2.5.1p1/p2 PermitRootLogin broke (Solaris)
...c/hosts.equiv with RSA host authentication.
debug: Server refused our rhosts authentication or host key.
debug: Doing password authentication.
root at tsunami's password:
Connection closed by 128.46.154.96
debug: Calling cleanup 0x100042e18(0x0)
golfer:/[208]#
...and...
tsunami:/[441]# grep PermitRoot /var/ssh/sshd_config
PermitRootLogin yes
--mike
2002 Nov 08
1
bug on openssh 3.5p1
Excuse me in advance for my poor english
I have noted a small bug on OpenSSH 3.5p1. When user root is not
permitted to log in a system (PermitRoot no) and a correct password
is submitted for it to server, a RST packet is issued from server to client:
[root at xxx root]# ssh victim
root at victim's password:
Permission denied, please try again.
root at victim's password:
Permission denied, please try again.
.........
root at victim...
2009 Aug 27
2
Using rsync to backup remote server as root
...samwise: is the name of the server (yes yes, I know, naming computer after
Hobbits may be considered bad form)
45685 is the port samwise is listening on for ssh.
I need the user to be root so they can see all files on the remote server.
The problem is that to do this I have to turn on the "PermitRootLogin"
setting in the sshd configuration on the remote server as well as
add "root" to the "AllowUsers" setting. For security reasons I don't want
to have to do that.
How do I enable a full backup of the remote server without allowing root top
log in to ssh? Can I someh...
2004 Mar 30
6
[Bug 701] With 'PermitRootPassword without-password' set, root w/pass can still log in with a using 'keyboard-int/pam'
http://bugzilla.mindrot.org/show_bug.cgi?id=701
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |iand at ekit-inc.com
------- Additional Comments From dtucker at zip.com.au 2004-03-30 12:00 -------
*** Bug 713 has been marked as a
2016 Apr 14
2
(rfc) too many keys, usecase?
..., 14 Apr 2016, Jakub Jelen wrote:
> On 04/14/2016 01:19 PM, Cristian Ionescu-Idbohrn wrote:
> > There is no /root/.ssh/authorized_keys on remote host, so I have to
> > authenticate with password.
> >
> > On the remote host:
> >
> > # /usr/sbin/sshd -T | egrep permitroot
> > permitrootlogin yes
> >
> > Attempting:
> >
> > $ ssh root@<remotehost>
> >
> > shows:
> >
> > Received disconnect from <remotehost> port 22:2: Too many authentication failures for root
> > packet_write_wait: Connection...