ONTAP Discussions

unable to SSH - Netapp 8.2.1RC1

lakshman
8,546 Views

I unable to connect ( SSH - putty )  to netapp sim runnning 8.2.1RC1 7 mode,  can someone please help me?

 

 

12 REPLIES 12

RPHELANIN
8,491 Views

Can you ping the IP? if so can you check ssh is enabled "options ssh.enable on"

lakshman
8,461 Views

Thanks for the reply..

 

I am not able to ping the IP as well, earlier it worked fine but not any more.  SSH, SSL are enabled.

RPHELANIN
8,440 Views

Is your network adapter on the VM set correctly?

lakshman
8,426 Views

yes, that is set perfectly.

RPHELANIN
8,424 Views

if you can't ping it then check your network settings (gateway\dns\ip) whast the output of "ifconfig -a" and "rdfile /etc/rc". Is it interface on a particular vlan?

lakshman
8,119 Views

I dont have any VLAN, i have enclosed screen shot of the requested details. Can you please help me on this?  

Please let me know if you need any details.

 

Thanks in advance.

RPHELANIN
8,115 Views

Change the network adapter to NAT: Used to share the hosts IP and see if you can ping

lakshman
8,107 Views

tried all those things but no luck.

scottgelb
6,836 Views

This happens every so often...the VSIM thinks someone is logged in and 7-Mode allows only ONE connection at a time.  From the VSIM console, type "logout telnet" then try ssh again and let us know it works...or not.

lakshman
6,829 Views

i tried it too, even now. it says "No active telnet session is present"

 

even telnet.enable is ON

scottgelb
6,808 Views

I have seen it say no connections but then it does free ssh for login.

hariprak
8,478 Views

Hi,

 

Use the secureadmin commands to set up and enable the secure protocols, SSH and SSL.

ex : secureadmin setup -f -q ssh

The -f  option forces setup to run even if the SSH server has already been configured.
The -q  option is the non-interactive mode for setting up SSH. See the na_secureadmin(1) man
page for more information

After you have set up SecureAdmin to enable SSH and SSL, the following options are set to on:

    options ssh.enable
    options ssh2.enable (if you enabled SSHv2 during SecureAdmin setup)
    options ssh.passwd_auth.enable
    options ssh.pubkey_auth.enable
    options httpd.admin.ssl.enable

 

Thanks

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
Public