enable PermitRootLogin and use AllowUsers to strict connect only from your servers.
AllowUsers [EMAIL PROTECTED] daniel said: > i've disabled PermitRootLogin in sshd_config and now i find that i miss it a > great deal when it comes to server administration. i need to copy some files > from a directory on the master machine to a directory owned by root on a > series of cluster machines. normally, i'd just do this: > > $ scp <file> [EMAIL PROTECTED]:/path/to/root-owned/folder/ > > but obviously, that fails now. outside of re-enabling PermitRootLogin (not > really an option) is there another option for me? suggestions? comments? > > -- > my friends, watch out for the little fellow with an idea > - tommy Douglas > -- [email protected] mailing list
