Screen OS

last person joined: 8 months ago 

This is a legacy community with limited Juniper monitoring.
  • 1.  How to disable banner and prompt

    Posted 08-23-2011 14:13

    Does anyone know how to disable the "Accept this agreement y/[n]" prompt when SSHing into the Netscreen?

     

    I have a scanning tool that needs to access it and that prompt seems to keep it from working.

     

    Thanks,

     

    Scott



  • 2.  RE: How to disable banner and prompt

    Posted 09-05-2011 03:21

    I don't have any banner when conencting to my netscreen device via ssh.

     

    which client do you use for ssh connection ?

     

     



  • 3.  RE: How to disable banner and prompt
    Best Answer

    Posted 09-05-2011 04:36

    These agreements are called "Secondary Banners" in ScreenOS.  They can be configured with or without the requirement to acknowledge the agreement.

    In your case you just want to unset the acknowledgment parameter.


    cli

    set admin auth banner secondary "agreement"
    set admin auth banner ack-secondary

    web

    Configuration > Admin > Banners



  • 4.  RE: How to disable banner and prompt

    Posted 09-07-2011 12:35

    Thanks Steve!  That fixed the problem.