home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

security vpn ipsec site-to-site peer <peer> authentication rsa-key-name <name>

Specifies the name of the digital signature used to authenticate the VPN peer.

set security vpn ipsec site-to-site peer peer authentication rsa-key-name name
delete security vpn ipsec site-to-site peer peer authentication rsa-key-name
show security vpn ipsec site-to-site peer peer authentication rsa-key-name
peer
Mandatory. The address of the far-end VPN gateway. The format is an IPv4 address, an IPv6 address, a hostname (IPv4 networks only), an authentication ID, or 0.0.0.0.
name
The name of the digital signature used to authenticate the VPN peer.

To record an RSA digital signature for a VPN peer, use the set form of security vpn rsa-keys.

Configuration mode

security {
        vpn {
            ipsec {
                site-to-site {
                    peer peer {
                        authentication {
                            rsa-key-name name
                    }
                }
            }
        }
    }
}

Use this command to specify the name of the digital signature to use to authenticate the VPN peer. The rsa-key-name set here is only valid if the authentication mode is set to rsa.

Use the set form of this command to specify the name of the digital signature to use to authenticate the VPN peer.

Use the delete form of this command to remove the name of the digital signature.

Use the show form of this command to view the name of the digital signature.