View Single Post

  #3 (permalink)  
Old 09-06-2007, 03:22 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,030
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Turn on sshd by running any one of the following:
service sshd start
Code:
/etc/init.d/ssh start
Verify ssh port is open
Code:
netstat -tulpn | grep :22
Make sure firewall is not blocking access to port 22
Code:
/sbin/iptables -L -n
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote