Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Display the SSH Properties (Oracle ILOM CLI)

The switch has an SSH server that enables system administrators to configure the properties for SSH management access and generate new RSA and DSA SSH keys on demand.

  1. Display the status of the SSH server supported on the switch.
    -> show -d properties /SP/services/ssh
     /SP/services/ssh
     	Properties:
     		generate_new_key_action = (Cannot show property)
     		generate_new_key_type = none
     		restart_sshd_action = (Cannot show property)
     		state = enabled
    ->
    
  2. Display the SSH DSA key if present.
    -> show -d properties /SP/services/ssh/keys/dsa
     /SP/services/ssh/keys/dsa
     	Properties:
     	fingerprint = 3b:8e:0a:00:c6:71:64:ca:2a:7d:5c:69:6c:95:50:44
     	length = 1024
     	privatekey = (Cannot show property)
     	publickey =  AAAAB3NzaC1kc3MAAACBAN2rXIB47zdO6DMCmMMKpNw3Lr8EAyN3GlNLZag4
    			VCgrcr/yk81t/U16DjRpqThX6mRNRG2gu+73Arn2RhMwpv0tA3htbtY3O2pg
    			1sr8qZUFzPx5dZxomby7Q8mlHPUYMRdhY07xBu7wpfV3/FuBTOi06BpqAZMu
    			Ce8Go1XAZqfFAAAAFQDfA46H1r5V+r0DYaxteuupoiR9CwAAAIBOhiBPQ1I2
    			QON7aOZM2CiNBoUlaazWlbBAFdSKAfK91H4EzfbAD0bS1KrsevSRZ5pwFrIH	
    			1azCYHeYqK4eg56k99tIcrfHhA1OalFv+4re5ZXES0kq3J/rVjr/pPwegTF0
    			/a6KHpi8XntitLzQC80JlysMaPq7CI3N32+TsIzVQAAAAIBHVjoiSY1MuTR5
    			NCJzyU2Ovkxyt50lI1NBDBqRH0pey6uRwAUbU2U6muiYmEZDv1ws7JdoMXGJ
    			gejsc+4uaqjODsqJt4vnKYWmAd8NUCOmK/ceNmoR6TtzYbiNaxwuJijtJCGd
    			q6oc33MCAGTwtqnrfVoXkQVdUsgpJjqWuZYrXQ==
    ->
    
  3. Display the SSH DSA key if present.
    -> show -d properties /SP/services/ssh/keys/rsa
     /SP/services/ssh/keys/rsa
     	Properties:
     	fingerprint = 4f:e8:83:22:50:8f:a2:d0:e3:c5:a3:8b:fa:28:0c:52
     	length = 1024
     	privatekey = (Cannot show property)
     	publickey =  AAAAB3NzaC1yc2EAAAADAQABAAAAgQCq8UO5bLGSCyrGea8svQ0JXgdUitTn
    			BfTwTRNqmFJie/HI9OyxC5XJjV6M9Ytjs3K155/iPSL8Mzl/wtGKYaGw2fHR
    			xeyKHHnnAkqrADCWmf5bx7Rn5VA+Hf46Sqz/ptw4AH1xS5sgtLI4ZT842OOT
    			rHUiykb0jxx4YK9nDlZ3VQ==
    ->
    

Related Information