Thursday 14 July 2011

Configuring the SSH server


§      Create local key pair(s) 

        [H3C]public-key local create { dsa | rsa }
    
        By default, no local key pair(s) are created.

§      Enable SSH server
      
         [H3C]ssh server enable

        By default, SSH server is disabled. 

§      Enter VTY user interface 

        [H3C]user-interface vty 0 4

§      Specify the scheme authentication mode
 
        [H3C-ui-vty0-4]authentication-mode scheme

        By default, authentication mode for VTY user interfaces is password.


No comments:

Post a Comment