2010 August 09 2010

VMware ESXi 4.1 to enable SSH access

Category: Technology - David Bombard @ 18:50

4.1non ESXi has no active SSH

Compared to earlier versions, you just turn it off and be able to SSH in remotely as also well in order to support ESX.

Just open the console and follow the screenshots below Easy is not it?

Tags: 4.1 , esx1 , SSH , vmware


2009 10 August 2009

Enable SSH ESXi VMware

Category: Technology - David Bombard @ 17:17
  1. Open the ESXi console and press alt + F1
  2. Write: unsupported
  3. Enter the root password
  4. AL prompt type "vi / etc / inetd.conf"
  5. Look for the line that begins "# ssh"
  6. Press the button
  7. Remove the "#" with the backspace
  8. Save "/ etc / inetd.conf" by typing ": wq!"
  9. Please type "ps | grep inetd"
  10. Write down the number of the process to replace it in the next step in NUMEROPROCESSO
  11. write "kill-HUP NUMEROPROCESSO"
  12. be happy

Tags: SSH , vm , vmware


2009 May 05 2009

How to enable SSH on Catalyst Switches

Category: CISCO , Technology - David Bombard @ 16:55

Entering consoled the configuration

conf t

Enter hostname and domain name (senzai which the certificate is not generated)

ip domain-name www.bomby.it

Generate the certificate used for SSH

crypto key generate rsa modulus January 1024

ip ssh time-out 60

ip ssh version 2

ip ssh authentication-retries 3

The grand finale we enable ssh and telnet allow ssh behind

line vty 0 4

transport input telnet ssh

Tags: Catalyst , Cisco , SSH


Page 1 of 1 1