File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -279,10 +279,10 @@ class ModuleDocFragment(object):
279279            operating-system-specific default is used. 
280280          - This must be in the RSA PEM format, and not the newer OPENSSH 
281281            format. To check if the private key is in the correct format, issue 
282-             the command:  `head -n1 ~/.ssh/some_private_key` and ensure that 
282+             the command `head -n1 ~/.ssh/some_private_key` and ensure that 
283283            it's RSA and not OPENSSH. To create a key in the RSA PEM format, 
284-             issue the command:  `ssh-keygen -m PEM -t rsa -b 4096`. To convert 
285-             an OPENSSH key to an RSA key, issue the command:  `ssh-keygen -p -m 
284+             issue the command `ssh-keygen -m PEM -t rsa -b 4096`. To convert 
285+             an OPENSSH key to an RSA key, issue the command `ssh-keygen -p -m 
286286            PEM -f ~/.ssh/some_private_key` 
287287        required: false 
288288        default: The first defined value from the following list 
@@ -332,7 +332,7 @@ class ModuleDocFragment(object):
332332        type: str 
333333        aliases: 
334334          - username 
335-     cs_user: 
335+        cs_user: 
336336        description: 
337337          - The username used to authenticate with the console server over SSH.  
338338            This option is only required if you want to connect to a device over console 
@@ -341,7 +341,7 @@ class ModuleDocFragment(object):
341341        type: str 
342342        aliases: 
343343          - console_username 
344-     cs_passwd: 
344+        cs_passwd: 
345345        description: 
346346          - The password used to authenticate with the console server over SSH.  
347347            This option is only required if you want to connect to a device over console 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments