1761135 Members
3538 Online
108898 Solutions
New Discussion

Re: scp copying problem

 
SOLVED
Go to solution
HP UNIX Professionals
Frequent Advisor

Re: scp copying problem

Hi Anesh

I got the output for you command

(root)>cat /etc/opt/ssh/sshd_config | grep "PermitRootLogin"
PermitRootLogin no
# "PermitRootLogin without-password". If you just want the PAM account and


Thanks

vinay
Kevin Nikiforuk
Valued Contributor

Re: scp copying problem

Although from a security stand point, this is certainly not advisable;

1) vi /opt/ssh/etc/sshd_config

2) set PermitRootLogin yes

3) save

4) bounce ssh (optional)

should solve your problem.

Regards,

HP-UX Admin