Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Feature: ssh

Terencio Agozzino edited this page Jun 3, 2018 · 4 revisions

The ssh feature allows you to configure the SSH settings for a switch and/or router.

SSH settings

ssh:
  accounts:
    - username: cisco
      password: cisco
      # Sets the user privilege level
      # Available values:
      #   <0-15>
      privilege: 15
    - username: test
      password: test
      privilege: 4
  # Sets the size of the key modulus.
  # Available values:
  #   generate: Generate new keys
  #   remove: Remove keys
  action: generate
  # Sets the name of the domain
  domain: cisco.com
  # Sets the size of the key modulus.
  # Available values:
  #   <360-2048>
  encryption: 2048
  # Generates a RSA key for SSH (only if the hostname and domain has been defined)
  # Specifies the number of authentification retries
  # Available values:
  #   <0-5>
  retries: 3
  # Specifies the SSH time-out interval (in seconds)
  # Available values:
  #   <1-120>
  timeout: 30
  # Specifies the protocol version to be supported
  # Available values:
  #   <1-2>
  version: 2
  # Configures virtual terminals for SSH
  # Available values:
  #   <0-15>
  vty: 0 15
Clone this wiki locally