Wednesday, May 23, 2012

running the ssh service in the backtrack

for user linux it maybe have been usual doing remote via ssh, but sometimes have a problem moment want to remote whit respect to backtrack.
maybe you have problem whit your rsa and key, and for improve follow the tutorial.
1. make sure openssh-server was installed
root@gilakomputer:~# apt-get install openssh-server
2. and type this command
root@gilakomputer:~# rm /etc/ssh/ssh_host_*
root@gilakomputer:~# ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
root@gilakomputer:~# ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
root@gilakomputer:~# etc/init.d/ssh reload



Recent Posts