The IETF draft titled Using the NETCONF Configuration Protocol over Secure Shell (SSH) requires that the NETCONF server by default provide SSH access to client machines over a devoted Transmission Control Protocol (TCP) port, to make it easy to identify and filter NETCONF traffic. The port for the JUNOS NETCONF server is 32000. In addition, you can enable client applications to access the NETCONF server over the default SSH port (22). (For more information about the IETF draft, see Generating Well-Formed XML Documents.)
Perform the following steps:
- [edit system login user account-name authentication]
- user@host# top
-
- [edit]
- user@host# set system services netconf ssh
- [edit]
- user@host# set system services ssh
- [edit]
- user@host# commit