Senin, 14 April 2014

SSH Ubuntu Server via BT

in this practice, i will try to learn about SSH to remote Ubuntu server Installed.
i use ubuntu 12.04.4 LTS, download here

what is SSH ??
Secure Shell (SSH), sometimes known as Secure Socket Shell, is a UNIX-based command interface and protocol for securely getting access to a remote computer. It is widely used by network administrators to control Web and other kinds of servers remotely.

1. Power On computer Server
2. Scan using ZenMap via BT





from result zenmap, we get iformatian what Port opened. and many other

3. Conect SSH
use : ssh host@ipaddress


but, i can login into server..
any body can help me ??

============

i was get solution..
first run apt-get update on server

and then try to chage keygen via cliet ssh-keygen -R ip_addres

# ssh-keygen -R 192.168.1.7


 run ssh name@ip-address