Skip to content

Command openssh

Atanas Chuchev edited this page Aug 25, 2026 · 3 revisions

Palo Alto Networks SSH Manager · vSSH CLI

Apache 2.0 License Compatible with TPP 23.1+

vssh openssh

Inspect the local OpenSSH server trust and check the OpenSSH agent. These commands act on the machine you run them on, not on SSH Manager.

Aliases: o

Persistent flag:

Flag Default Description
--config-file platform default Path to the OpenSSH configuration file to read or edit.

Subcommands:


vssh openssh server show

Show the current OpenSSH server trust configuration: the config file and its owner, the TrustedUserCAKeys file and the fingerprints of the CA keys it contains, the AuthorizedPrincipals settings, host keys, and host certificates. It also prints warnings, for example if you are not running as root and cannot read every file.

Aliases: s

vssh openssh server show

Use this to confirm a host trusts the right CA before and after you change it.

To make a host trust a CA, retrieve the CA key with service ca retrieve and add it to sshd_config. The steps are in Configure OpenSSH server for client authentication and SSH server administration.


vssh openssh agent status

Show the status of the OpenSSH authentication agent (whether it is running and reachable).

Aliases: a (for agent), s (for status)

vssh openssh agent status

See OpenSSH authentication agent for how to start the agent on each platform.

Related pages

Clone this wiki locally