SSH is powerfull command line tool for tranfering data through secure channel ( Using Encryption alternate to telnet command), and also you can access all components from server like firefox ,terminal etc … Scenario 1) You have 10 systems / computers connected with LAN (Local Area Network) Server IP address : 10.0.0.1 Switch / Router [...]
Consider this scenario,This is the sample LAN. Now i am going to configure the server and 3 clients (for shutting down 3 clients from server) .Using Secure Shell (SSH) , we can execute any terminal commands like shutdown and halt on the remote system. but we need to enter the password for connecting remote system. [...]
1.Escape character is used for access telnet commands in remote machine , by default the escape character is ‘^’ Example telnet> set escap # escape character is ‘#’. (or) [root@myserver ~]# telnet -e ‘#’ 192.168.3.138 Telnet escape character is ‘#’. Trying 192.168.3.138… Connected to 192.168.3.138 (192.168.3.138). Escape character is ‘#’. Red Hat Enterprise Linux WS [...]
“telnet” command is the protocol which is used for login to remote machine and you can access the remote machine commands and files. Syntax telnet IP-Address Example : [root@myserver ~]# telnet 192.168.3.138 Trying 192.168.3.138… Connected to 192.168.3.138 (192.168.3.138). Escape character is ‘^]’. Red Hat Enterprise Linux WS release 4 (Nahant) Kernel 2.6.9-5.ELsmp on an i686 [...]
