Re: [j-nsp] authentication failure in case of configuration archival over scp

2015-10-27 Thread Michael Loftis
keyboard-interactive vs. password authentication. They may "feel" the same but they're not. I'd check which is going on, and maybe try configuring the server for the other. On Mon, Oct 26, 2015 at 4:12 PM, Martin T wrote: > Stacy, > > I configured SSH server(OpenSSH) to log

Re: [j-nsp] authentication failure in case of configuration archival over scp

2015-10-26 Thread Martin T
Stacy, I configured SSH server(OpenSSH) to log both the user name and password for all the successful and unsuccessful authorization attempts and turned out, that Juniper router sends an empty string as a password. I guess Junos uses FreeBSD scp utility for configuration archival if following

[j-nsp] authentication failure in case of configuration archival over scp

2015-10-21 Thread Martin T
Hi, I have a Juniper router(Junos 10.4R12.4) which should archive its configuration over scp in case of commit: configuration { transfer-on-commit; archive-sites { "scp://juniper@backupserver:/home/juniper/configbackups" password "$9$2joDkf5F9tOik0IhcMWGDjq5Q"; ## SECRET-DATA

Re: [j-nsp] authentication failure in case of configuration archival over scp

2015-10-21 Thread Stacy W. Smith
> On Oct 21, 2015, at 10:16 AM, Martin T wrote: > > SSH server log tells that "error: PAM: Authentication failure for juniper > from r1". > What might cause this? Assuming the Junos version has not changed on the router, have there been any changes to the SSH server, or