SlideShare ist ein Scribd-Unternehmen logo
1 von 47
Presentation on Telnet & SSH
Guided By
Ms. Preeti Jha
Ms. Deepika Jain
Presented By
Vinod Gour
Contents:-
What is TELNET & SSH ?
Why use TELNET & SSH ?
Initial recruitment for configuration.
Difference B/W TELNET & SSH.
Configuration
•For Ubuntu
•For Window
Troubleshooting.
 References
TELNET:-
TELNET is an abbreviation for Terminal Network. It is the
standard TCP/IP protocol for virtual terminal service, it
proposed by ISO. TELNET enables the establishment of a
connection to a remote system in such a way so that the
remote system appears to an local system .
Telnet was developed in 1969 beginning with RFC 15
Telnet is stateful protocols like FTP.
In stateful protocol the client connects to the server, conducts
a series of operations via that connection, and then
disconnects, But in A stateless protocol server that treats each
request as an independent transaction that is unrelated to any
previous request.
Telnet is general-purpose client-server application program
TELNET (TErminal NETwork) is a general purpose client-server
program that lets user access any application on a remote
computer. It establishes a connection to a remote system, such
that the local terminal appears to be a terminal at the remote
system.
We can do two type of log in through “TELNET Protocol” .
1. Local Log-in.
2. Remote Log-in.
Telnet use NVT Character Set
NVT stands for network virtual terminal .
A network virtual terminal is responsible for basic terminal
and provides a standard .
It defines how data and commands are send across the
network.
It allows interoperability between telnet and a variety of
heterogeneous components.
SSH
Another popular remote login application program is Secure
Shell (SSH). SSH, like TELNET, uses TCP as the underlying
transport protocol.
Secure Shell (SSH) is a cryptographic network protocol for
secure data communication because SSH is more secure and
provides more services than TELNET.
 It was designed as a replacement for Telnet and
other insecure remote shell protocols such as the
Berkeley rsh and rexec protocols
OpenSSH is the implementation of the SSH protocol.
Basically in a short way of saying it, ssh is the proprietary
software and openssh is the free open source version of ssh.
Why use Telnet & SSH
• TELNET & SSH is most often used to establish connections
from a certain computer to a remote machine over a network,
to execute commands and transfer file between them.
• Some time we are in the out side of the home or office and we
have to perform some operation on the our computer which
are placed on the home or office in this situation we can use
the services of TELNET & SSH
Difference b/w Telnet & SSH
Telnet
• RFC 15 (1969)
• port 23
• Transmit in plain text
• Pure Text Interface
SSH
• RFC 4250(1995)
• port 22
• Public key encryption
• GUI possible and
other features
Configuration(Ubuntu)
Initial requirement for Configuration
• Our System should be updated.
• Synaptic Package Manager.
• Internet Connection.
• telnet , telnetd , openssh-client , openssh-server packages .
• Putty software & Mobassh-server.
• IP address , Username & password of remote machine.
Telnet Server Installation
First we run the update command on terminal.
Command- Sudo apt-get update
• Then Install telnet server to make our machine a remote server for
remote login.
Command- sudo apt-get install telnetd
telnetd -- DARPA TELNET protocol server
• sudo - execute a command as another user
• The apt-get command is a powerful command-line tool used
to work with Ubuntu's Advanced Packaging Tool (APT)
performing such functions as installation of new software
packages, upgrade of existing software packages, updating of
the package list index, and even upgrading the entire Ubuntu
system.
Telnet Client Installation
• Install telnet client to make our machine a client for accessing
remote server.
Command - sudo apt-get install telnet
Connection to remote machine
Syntax:- telnet IPAddress Port No
PortNo - It is optional but well known port no. is
23 for telnet.
Ipaddress - remote machine Ipaddress
We will use logout command to close the connection.
• Then server ask for username and password After enter the
username and password we can login to remote host.
Operation perform on server’s file
We can see that welcome file exist on desktop.
• And now we can see that after execute rm command welcome file not
exist on server side
Server installation :-
Command:- sudo apt-get install openssh-server
SSH(ubuntu)
Client Installation :-
Command :- sudo apt-get install openssh-client
Connection Establishment
Command:- ssh username@ipaddress
• This command run on the client side and username and
ipaddress of remote machine
GUI connection by SSH
• Go to the places on the menu bar and click on the “connect to
the server” then appear a dialog box. In this dialog box we
select the service type ssh and enter the server address , port
no. and username of the remote machine and click on the
connect button .
After the click on the connect button new dialog box appear for ask the
password like –
• After enter the password appear the new window for access server’s
file like-
Configuration(Windows)
Telnet configuration:-
• follow the following path.
• Path :- Control PanelAll Control Panel Items
Programs and Features.
• Click on the turn windows features on or off and mark the
telnet client & telnet server checkbox in new appears dialog
box.
Connection Establishment
• Open the command prompt.
• Execute the following command-
telnet remotemachine ipaddress portno
SSH configuration
• First download & install the Mobassh Server on the remote
machine(Server side).
• Second download & install the putty software on the client
machine.
• Run the Mobassh server.
• Then client side run the putty software .
• Enter the ipaddress of remote machine and choose the
connection type.
• After that click on the open button.
After click on the open button new window appear and ask
for username and password like-
After the enter the user name and password server welcome page appear
and we can access any file of the remote computer.
Troubleshooting
1. When we install the package first time after installation the
ubuntu then some kind of problem occur like-
Unable to locate package package -name
• Solution – execute the sudo apt-get update command
2. If Internet Connection is lost during running process of update
command in ubuntu 11.04 and after we want again execute the
update command then some kind of error occur like-
Solution- remove the lock file by rm command
Command – sudo rm var/lib/apt/lists/lock
• Some time error occur during connection establishment to
remote machine through SSH like-
• Solution- Delete the known _host file by rm command
• Command- rm –f /home/username/.ssh/known_host
References
• http://www.slideshare.net/xtephan/network-telnet-ssh-5740946
• http://www.putty.org/
• http://mobassh.mobatek.net/
• http://www.zimmertech.com/tutorials/web-
design/38/webdesignbasics_ssh-telnet-basics.php
• http://medusa.sdsu.edu/network/CS576/Lectures/ch19_TELNET.pdf
• http://www.wikipedia.com/
Any Query
?

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Bgp protocol
Bgp protocolBgp protocol
Bgp protocol
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configuration
 
Network Layer
Network LayerNetwork Layer
Network Layer
 
Dhcp ppt
Dhcp pptDhcp ppt
Dhcp ppt
 
CCNA Product Overview.pptx
CCNA Product Overview.pptxCCNA Product Overview.pptx
CCNA Product Overview.pptx
 
Secure shell ppt
Secure shell pptSecure shell ppt
Secure shell ppt
 
Ch 19 Network-layer protocols Section 1
Ch 19  Network-layer protocols Section 1Ch 19  Network-layer protocols Section 1
Ch 19 Network-layer protocols Section 1
 
Ports and protocols
Ports and protocolsPorts and protocols
Ports and protocols
 
Basic switching concepts and configuration
Basic switching concepts and configurationBasic switching concepts and configuration
Basic switching concepts and configuration
 
HSRP ccna
HSRP ccna HSRP ccna
HSRP ccna
 
Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnetting
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
 
Ccna rse chp7 Access Control List (ACL)
Ccna rse chp7 Access Control List (ACL)Ccna rse chp7 Access Control List (ACL)
Ccna rse chp7 Access Control List (ACL)
 
Inter-AS MPLS VPN Deployment
Inter-AS MPLS VPN DeploymentInter-AS MPLS VPN Deployment
Inter-AS MPLS VPN Deployment
 
network essential ppt
network essential pptnetwork essential ppt
network essential ppt
 
Telnet & Secure Shell
Telnet & Secure ShellTelnet & Secure Shell
Telnet & Secure Shell
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPT
 
Bgp
BgpBgp
Bgp
 
Rip ospf and bgp
Rip ospf and bgpRip ospf and bgp
Rip ospf and bgp
 
Vlan
Vlan Vlan
Vlan
 

Andere mochten auch

Presentation on telnet
Presentation on telnetPresentation on telnet
Presentation on telnetAmandeep Kaur
 
TELNET and SSH by MUSTAFA SAKHAI
TELNET and SSH by MUSTAFA SAKHAITELNET and SSH by MUSTAFA SAKHAI
TELNET and SSH by MUSTAFA SAKHAIMUSTAFA SAKHAI
 
Presentation on samba server
Presentation on samba serverPresentation on samba server
Presentation on samba serverVeeral Bhateja
 
FTP - File Transfer Protocol
FTP - File Transfer ProtocolFTP - File Transfer Protocol
FTP - File Transfer ProtocolPeter R. Egli
 
File Transfer Protocol
File Transfer ProtocolFile Transfer Protocol
File Transfer Protocolguest029bcd
 
Network telnet ssh
Network telnet sshNetwork telnet ssh
Network telnet sshStefan Fodor
 
Internet to web: The 40-year old Internet and the 20-year-old Web
Internet to web:  The 40-year old Internet and the 20-year-old WebInternet to web:  The 40-year old Internet and the 20-year-old Web
Internet to web: The 40-year old Internet and the 20-year-old WebJohan Koren
 
Server side JavaScript: going all the way
Server side JavaScript: going all the wayServer side JavaScript: going all the way
Server side JavaScript: going all the wayOleg Podsechin
 
Samba server installation and File sharing
Samba server installation and File sharingSamba server installation and File sharing
Samba server installation and File sharingEagle Eyes
 
Useful linux-commands
Useful linux-commandsUseful linux-commands
Useful linux-commandsHimani Singh
 
Chat server nitish nagar
Chat server nitish nagarChat server nitish nagar
Chat server nitish nagarNitish Nagar
 

Andere mochten auch (20)

TELNET Protocol
TELNET ProtocolTELNET Protocol
TELNET Protocol
 
Presentation on telnet
Presentation on telnetPresentation on telnet
Presentation on telnet
 
TELNET and SSH by MUSTAFA SAKHAI
TELNET and SSH by MUSTAFA SAKHAITELNET and SSH by MUSTAFA SAKHAI
TELNET and SSH by MUSTAFA SAKHAI
 
Telnet
TelnetTelnet
Telnet
 
Telnet
TelnetTelnet
Telnet
 
TelNet
TelNetTelNet
TelNet
 
Telnet
TelnetTelnet
Telnet
 
Telnet
TelnetTelnet
Telnet
 
Presentation on samba server
Presentation on samba serverPresentation on samba server
Presentation on samba server
 
Telnet
TelnetTelnet
Telnet
 
FTP - File Transfer Protocol
FTP - File Transfer ProtocolFTP - File Transfer Protocol
FTP - File Transfer Protocol
 
File Transfer Protocol
File Transfer ProtocolFile Transfer Protocol
File Transfer Protocol
 
Network telnet ssh
Network telnet sshNetwork telnet ssh
Network telnet ssh
 
Internet to web: The 40-year old Internet and the 20-year-old Web
Internet to web:  The 40-year old Internet and the 20-year-old WebInternet to web:  The 40-year old Internet and the 20-year-old Web
Internet to web: The 40-year old Internet and the 20-year-old Web
 
Ftp.75 to 76
Ftp.75 to 76Ftp.75 to 76
Ftp.75 to 76
 
Server side JavaScript: going all the way
Server side JavaScript: going all the wayServer side JavaScript: going all the way
Server side JavaScript: going all the way
 
Nami ppt eng v3.3.1
Nami ppt eng v3.3.1Nami ppt eng v3.3.1
Nami ppt eng v3.3.1
 
Samba server installation and File sharing
Samba server installation and File sharingSamba server installation and File sharing
Samba server installation and File sharing
 
Useful linux-commands
Useful linux-commandsUseful linux-commands
Useful linux-commands
 
Chat server nitish nagar
Chat server nitish nagarChat server nitish nagar
Chat server nitish nagar
 

Ähnlich wie Telnet & SSH Configuration

香港六合彩
香港六合彩香港六合彩
香港六合彩csukxnr
 
六合彩 » SlideShare
六合彩 » SlideShare六合彩 » SlideShare
六合彩 » SlideSharemvtqyygx
 
六合彩,香港六合彩 » SlideShare
六合彩,香港六合彩 » SlideShare六合彩,香港六合彩 » SlideShare
六合彩,香港六合彩 » SlideSharedqxjlhfc
 
香港六合彩-六合彩
香港六合彩-六合彩香港六合彩-六合彩
香港六合彩-六合彩qiohms
 
六合彩,香港六合彩 » SlideShare
六合彩,香港六合彩 » SlideShare六合彩,香港六合彩 » SlideShare
六合彩,香港六合彩 » SlideShareyqtvdsbl
 
六合彩-香港六合彩 » SlideShare
六合彩-香港六合彩 » SlideShare六合彩-香港六合彩 » SlideShare
六合彩-香港六合彩 » SlideSharemmfirkhw
 
香港六合彩 » SlideShare
香港六合彩 » SlideShare香港六合彩 » SlideShare
香港六合彩 » SlideSharecxrcpdu
 
六合彩-香港六合彩
六合彩-香港六合彩六合彩-香港六合彩
六合彩-香港六合彩skpkcd
 
Windows 2012 server
Windows 2012 serverWindows 2012 server
Windows 2012 serverJaffer Haadi
 
Remote login.89 to 90
Remote login.89 to 90Remote login.89 to 90
Remote login.89 to 90myrajendra
 
By Nithin & group
By Nithin & groupBy Nithin & group
By Nithin & groupSourav Roy
 
Share File easily between computers using sftp
Share File easily between computers using sftpShare File easily between computers using sftp
Share File easily between computers using sftpTushar B Kute
 

Ähnlich wie Telnet & SSH Configuration (20)

Telnet presentation
Telnet presentationTelnet presentation
Telnet presentation
 
Remote login
Remote loginRemote login
Remote login
 
Remote1
Remote1Remote1
Remote1
 
香港六合彩
香港六合彩香港六合彩
香港六合彩
 
六合彩 » SlideShare
六合彩 » SlideShare六合彩 » SlideShare
六合彩 » SlideShare
 
六合彩,香港六合彩 » SlideShare
六合彩,香港六合彩 » SlideShare六合彩,香港六合彩 » SlideShare
六合彩,香港六合彩 » SlideShare
 
香港六合彩-六合彩
香港六合彩-六合彩香港六合彩-六合彩
香港六合彩-六合彩
 
六合彩,香港六合彩 » SlideShare
六合彩,香港六合彩 » SlideShare六合彩,香港六合彩 » SlideShare
六合彩,香港六合彩 » SlideShare
 
六合彩-香港六合彩 » SlideShare
六合彩-香港六合彩 » SlideShare六合彩-香港六合彩 » SlideShare
六合彩-香港六合彩 » SlideShare
 
香港六合彩 » SlideShare
香港六合彩 » SlideShare香港六合彩 » SlideShare
香港六合彩 » SlideShare
 
六合彩-香港六合彩
六合彩-香港六合彩六合彩-香港六合彩
六合彩-香港六合彩
 
Windows 2012 server
Windows 2012 serverWindows 2012 server
Windows 2012 server
 
Remote login.89 to 90
Remote login.89 to 90Remote login.89 to 90
Remote login.89 to 90
 
By Nithin & group
By Nithin & groupBy Nithin & group
By Nithin & group
 
Share File easily between computers using sftp
Share File easily between computers using sftpShare File easily between computers using sftp
Share File easily between computers using sftp
 
Remote Login
Remote LoginRemote Login
Remote Login
 
Telnet
TelnetTelnet
Telnet
 
Introduction to telnet
Introduction to telnetIntroduction to telnet
Introduction to telnet
 
Basic to advance protocols
Basic to advance protocolsBasic to advance protocols
Basic to advance protocols
 
Presen2
Presen2Presen2
Presen2
 

Kürzlich hochgeladen

Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 

Kürzlich hochgeladen (20)

Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 

Telnet & SSH Configuration

  • 1. Presentation on Telnet & SSH Guided By Ms. Preeti Jha Ms. Deepika Jain Presented By Vinod Gour
  • 2. Contents:- What is TELNET & SSH ? Why use TELNET & SSH ? Initial recruitment for configuration. Difference B/W TELNET & SSH. Configuration •For Ubuntu •For Window Troubleshooting.  References
  • 3. TELNET:- TELNET is an abbreviation for Terminal Network. It is the standard TCP/IP protocol for virtual terminal service, it proposed by ISO. TELNET enables the establishment of a connection to a remote system in such a way so that the remote system appears to an local system . Telnet was developed in 1969 beginning with RFC 15 Telnet is stateful protocols like FTP. In stateful protocol the client connects to the server, conducts a series of operations via that connection, and then disconnects, But in A stateless protocol server that treats each request as an independent transaction that is unrelated to any previous request.
  • 4. Telnet is general-purpose client-server application program TELNET (TErminal NETwork) is a general purpose client-server program that lets user access any application on a remote computer. It establishes a connection to a remote system, such that the local terminal appears to be a terminal at the remote system. We can do two type of log in through “TELNET Protocol” . 1. Local Log-in. 2. Remote Log-in.
  • 5.
  • 6. Telnet use NVT Character Set NVT stands for network virtual terminal . A network virtual terminal is responsible for basic terminal and provides a standard . It defines how data and commands are send across the network. It allows interoperability between telnet and a variety of heterogeneous components.
  • 7. SSH Another popular remote login application program is Secure Shell (SSH). SSH, like TELNET, uses TCP as the underlying transport protocol. Secure Shell (SSH) is a cryptographic network protocol for secure data communication because SSH is more secure and provides more services than TELNET.  It was designed as a replacement for Telnet and other insecure remote shell protocols such as the Berkeley rsh and rexec protocols OpenSSH is the implementation of the SSH protocol. Basically in a short way of saying it, ssh is the proprietary software and openssh is the free open source version of ssh.
  • 8. Why use Telnet & SSH • TELNET & SSH is most often used to establish connections from a certain computer to a remote machine over a network, to execute commands and transfer file between them. • Some time we are in the out side of the home or office and we have to perform some operation on the our computer which are placed on the home or office in this situation we can use the services of TELNET & SSH
  • 9. Difference b/w Telnet & SSH Telnet • RFC 15 (1969) • port 23 • Transmit in plain text • Pure Text Interface SSH • RFC 4250(1995) • port 22 • Public key encryption • GUI possible and other features
  • 10. Configuration(Ubuntu) Initial requirement for Configuration • Our System should be updated. • Synaptic Package Manager. • Internet Connection. • telnet , telnetd , openssh-client , openssh-server packages . • Putty software & Mobassh-server. • IP address , Username & password of remote machine.
  • 11. Telnet Server Installation First we run the update command on terminal. Command- Sudo apt-get update • Then Install telnet server to make our machine a remote server for remote login. Command- sudo apt-get install telnetd telnetd -- DARPA TELNET protocol server
  • 12. • sudo - execute a command as another user • The apt-get command is a powerful command-line tool used to work with Ubuntu's Advanced Packaging Tool (APT) performing such functions as installation of new software packages, upgrade of existing software packages, updating of the package list index, and even upgrading the entire Ubuntu system.
  • 13.
  • 14. Telnet Client Installation • Install telnet client to make our machine a client for accessing remote server. Command - sudo apt-get install telnet
  • 15.
  • 16. Connection to remote machine Syntax:- telnet IPAddress Port No PortNo - It is optional but well known port no. is 23 for telnet. Ipaddress - remote machine Ipaddress We will use logout command to close the connection.
  • 17.
  • 18. • Then server ask for username and password After enter the username and password we can login to remote host.
  • 19. Operation perform on server’s file We can see that welcome file exist on desktop.
  • 20. • And now we can see that after execute rm command welcome file not exist on server side
  • 21. Server installation :- Command:- sudo apt-get install openssh-server SSH(ubuntu)
  • 22. Client Installation :- Command :- sudo apt-get install openssh-client
  • 23. Connection Establishment Command:- ssh username@ipaddress • This command run on the client side and username and ipaddress of remote machine
  • 24. GUI connection by SSH • Go to the places on the menu bar and click on the “connect to the server” then appear a dialog box. In this dialog box we select the service type ssh and enter the server address , port no. and username of the remote machine and click on the connect button .
  • 25.
  • 26.
  • 27. After the click on the connect button new dialog box appear for ask the password like –
  • 28. • After enter the password appear the new window for access server’s file like-
  • 29. Configuration(Windows) Telnet configuration:- • follow the following path. • Path :- Control PanelAll Control Panel Items Programs and Features. • Click on the turn windows features on or off and mark the telnet client & telnet server checkbox in new appears dialog box.
  • 30.
  • 31. Connection Establishment • Open the command prompt. • Execute the following command- telnet remotemachine ipaddress portno
  • 32.
  • 33.
  • 34. SSH configuration • First download & install the Mobassh Server on the remote machine(Server side). • Second download & install the putty software on the client machine. • Run the Mobassh server.
  • 35.
  • 36. • Then client side run the putty software . • Enter the ipaddress of remote machine and choose the connection type. • After that click on the open button.
  • 37.
  • 38. After click on the open button new window appear and ask for username and password like-
  • 39. After the enter the user name and password server welcome page appear and we can access any file of the remote computer.
  • 40.
  • 41. Troubleshooting 1. When we install the package first time after installation the ubuntu then some kind of problem occur like- Unable to locate package package -name • Solution – execute the sudo apt-get update command 2. If Internet Connection is lost during running process of update command in ubuntu 11.04 and after we want again execute the update command then some kind of error occur like-
  • 42.
  • 43. Solution- remove the lock file by rm command Command – sudo rm var/lib/apt/lists/lock
  • 44. • Some time error occur during connection establishment to remote machine through SSH like-
  • 45. • Solution- Delete the known _host file by rm command • Command- rm –f /home/username/.ssh/known_host
  • 46. References • http://www.slideshare.net/xtephan/network-telnet-ssh-5740946 • http://www.putty.org/ • http://mobassh.mobatek.net/ • http://www.zimmertech.com/tutorials/web- design/38/webdesignbasics_ssh-telnet-basics.php • http://medusa.sdsu.edu/network/CS576/Lectures/ch19_TELNET.pdf • http://www.wikipedia.com/