1-7display ssh user-informationSyntaxdisplay ssh user-information [ username ]ViewAny viewParametersusername: SSH user name, a string of 1 to 184 characters. It cannot contain any of these characters:slash (/), backslash (\), colon (:), asterisk (*), question mark (?), less than sign (<), greater than sign (>),and the vertical bar sign (|). In addition, the @ sign can appear up to once, the username part (that is,the string before the @ sign) cannot be more than 55 characters, and the domain name part cannot bemore than 128 characters.DescriptionUse the display ssh user-information command on an SSH server to display information about allSSH users, including user name, authentication type, corresponding public key name and authorizedservice type. If the username argument is specified, the command displays information about thespecified user.Related commands: ssh authentication-type default, ssh user, ssh user authentication-type, sshuser assign, ssh user service-type.Examples# Create an SSH user named client and specify publickey authentication as the authentication modefor the SSH user. system-viewSystem View: return to User View with Ctrl+Z.[Sysname] ssh user client authentication-type publickey# Configure SFTP as the service type for the SSH user.[Sysname] ssh user client service-type sftp# Assign the public key test for the SSH user.[Sysname] ssh user client assign publickey test# Display information about the SSH user configured on the SSH server.[Sysname] display ssh user-informationUsername Authentication-type User-public-key-name Service-typeclient publickey test sftpdisplay ssh2 source-ipSyntaxdisplay ssh2 source-ipViewAny view