Getting connection time out while doing ssh on linux server from oracle cloud shell . It shows FIPS mode initialized and then it gets timed out again.
kk@cloudshell:~$ ssh -i sshkey.pem [email protected]
FIPS mode initialized
ssh: connect to host xx.xx.x.x port 22: Connection timed out
kk@cloudshell:~ $
sshkey.pem is the private key file here to connect to linux server
Same error