Post Page Advertisement [Top]


So many guys ask me about how to connect ssh to backtrack using command line, so here is simple tutorial which shows connecting SSH to backtrack via ubuntu terminal.


Basically Secure Socket Shell (SSH) is network protocol thats allows data to be exchanged using secure channel.
SSH uses port 22 to connect your computer to another computer, people who are server administrators or network administrator use SSH for manage their work on servers.

Ok lets come to the topic which i made title: connecting SSH to Backtrack via Ubuntu Terminal

Lets start:

Open your Backtrack in virtual machine or virtual box:
no need GUI mode, you can also start SSH service in Backtrack Opening Terminal.
ok type this command


root@bt:~# sshd-generate


and press Enter, terminal generate SSHD 

SSHD is (SSH Daemon) is the daemon program for ssh, together these programs replace rlogin and rsh,
and provide secure encrypted communications between two untrusted hosts over an insecure network. 
for more info click here.

Then, start SSH service, type this command


root@bt:~# /etc/init.d/ssh start

You started SSH service on Bactrack

Now, connecting via ubuntu terminal

Open terminal and type


sudo -s 

To become root type your root password 
Now, connect to backtrack SSH 

Type this command


ssh [IP ADDRESS] 
Press enter and type Backtack password(defaultly its 'toor')



So simple....



No comments:

Post a Comment

Bottom Ad [Post Page]

| Coded by Gekza Technologies