Junos OS

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  SSH remote access configuration?

    Posted 06-14-2021 22:16
    I have a EX2200-C switch and I need to be able to access it remotely through SSH.

    What are the commands to setting this up?

    Thanks,


  • 2.  RE: SSH remote access configuration?

     
    Posted 06-15-2021 01:42
    Hi,
    that depends a little on what you already have:
    A) an IP on an interface (perferably start with outband management): set interfaces me0 unit 0 family inet address 10.0.0.1/24
    B) an account to login in to/with: set system login user <username> auth plain (you'll get prompted to enter a password, same twice)
                                                                              set system login user <username> class super-user
    C) enable ssh: set system services ssh
    Regards
    Ulf