Unable to SSH into the Edge SWG (ProxySG) appliance
How come I am unable to SSH into my Edge SWG (ProxySG) appliance?
There may be many different reasons why you are unable to SSH into your Edge SWG (ProxySG). Check the following:
On the Edge SWG (ProxySG) device, make sure the SSH v2 information is populated. If not, then create an SSH v2 key pair. Here are the steps to verify that this is functioning as expected.
SGOS 6.x - From the Management Console
Checking the Edge SWG (ProxySG) Sysinfo:
!- BEGIN ssh
ssh-console ;mode
delete host-keypair sshv2
exit
If the SSH console was deleted, the text above will show up. If the SSH console is intact, then the above text will not exist in the sysinfo. So if you search for ssh-console and you do not see a section of text like you see above, then the host key pair is still intact.
Note - When SSH v2 keypair is not present in current config (i.e deleted or not initialized properly) , SGOS may not also populate information correctly over the management console (JAVA UI) , in that case SSH v2 host keypair can’t be created via management console . A serial console connection will be needed with the device to create / renew SSH v2 host keypair and CLI commands shown above can be used.