Getting "Telnet Error: Could not open a connection to the host, on the port, connect failed"
-
1.Update the server names in host file in both Linux and Windows 2.Install ssh client from settings option on Windows and start services in services panel https://github.com/PowerShell/Win32-OpenSSH/releases 3.Install telnet using yum -y install telnet from root user on linux server 4.Create an Inbound rule on 22 port using TCP on Windows server
-
Steps to Follow 1. Open Linux terminal 2. Run $ sudo systemctl start ssh.service ##<-- Linux start sshd 3. Run $ sudo systemctl status sshd.service ##<-- Get the current status of the server 4. Run $ Ipconfig 5. Note Ip address from the Terminal 6. open Putty app & connect with the Ip address, User & Password
Leave a Reply