<?xml version="1.0" encoding="ISO-8859-1"?><html xmlns="http://www.w3.org/1999/xhtml" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:axle="http://www.cs.odu.edu/~zeil/axle" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ns0="http://www.cs.odu.edu/~zeil/axle" mode="ignore" id="loggingin" ns0:xlinkuri="open/loggingin.dbk" ns0:xpath="//*[@id='loggingin']" ns0:page="loggingin" foo="0 " ns0:last="/cocoon/~cs252/open/loggingin/section-5.html"><head><title>Logging In</title><link type="text/css" href="_axle/docbookstyle.css" rel="stylesheet"/><link type="text/css" href="_axle/cppformat.css" rel="stylesheet"/><link type="text/css" href="_axle/overrides.css" rel="stylesheet"/><script src="_axle/docbook.js"/><link href="http://cocoon.cs.odu.edu:80/cocoon/~cs252/open/loggingin/ssh.html" title="Next" rel="next"/><link href="http://cocoon.cs.odu.edu:80/cocoon/~cs252/open/loggingin/section-5.html" title="Last" rel="last"/><script>function gotoNext() {top.location.href="/cocoon/~cs252/open/loggingin/ssh.html";}
function gotoPrev() {}
function gotoUp() {}
</script><xhtml:link xmlns:xhtml="http://www.w3.org/1999/xhtml" rel="stylesheet" href="_axle/navigation.css" type="text/css"/><xhtml:script xmlns:xhtml="http://www.w3.org/1999/xhtml" src="_axle/navigation.js"/></head><body><table width="100%" class="navigationBar"><tr class="navigationBar"><td width="5%" class="navigationBar"><a class="navigationBarArrow" title="Next" href="http://cocoon.cs.odu.edu:80/cocoon/~cs252/open/loggingin/ssh.html"><img class="navigationBar" src="_axle/next.gif" alt="Next"/></a></td><td width="5%" class="navigationBar"><a class="navigationBarArrow" title="Last" href="http://cocoon.cs.odu.edu:80/cocoon/~cs252/open/loggingin/section-5.html"><img class="navigationBar" src="_axle/last.gif" alt="Last"/></a></td><td class="navigationBar"/><td width="5%" class="navigationBar"><a class="navigationBar" title="CS252 Home" href="http://cocoon.cs.odu.edu:80/cocoon/~cs252/directory/announcements.html"><img class="navigationBar" src="_axle/home.gif" alt="CS252 Home"/></a></td><td width="5%" class="navigationBar"><a class="navigationBar" title="discuss this page" href="http://cocoon.cs.odu.edu:80/cocoon/~cs252/forum/getXPath/open/loggingin/loggingin.html"><img class="navigationBar" src="_axle/forum.gif" alt="discuss this page"/></a></td></tr></table><br/><div class="info_article"><div class="title_article">Logging In</div><div class="author_article"><span class="firstname">Steven</span> <span class="othername" role="mi">J</span> <span class="surname">Zeil</span></div><div class="affiliation">
        <span class="orgname">Old Dominion University</span>
        <span class="orgdiv">Dept. of Computer Science</span>
      </div><table width="100%"><tr><td align="left"><span class="copyright">©<span class="year">2000-2008</span> <span class="holder">Steven J. Zeil, Old Dominion University</span></span></td><td/><td align="right"><span class="date">May 9, 2008</span></td></tr></table></div><div class="TOC">Contents:<div class="TOC-section0"><a href="ssh.html#ssh">1 Making a Connection: ssh</a></div><div class="TOC-section1"><a href="puttyConnect.html#puttyConnect">1.1 Connecting via PuTTY</a></div><div class="TOC-section1"><a href="sshConnect.html#sshConnect">1.2 Connecting via Command-Line SSH</a></div><div class="TOC-section0"><a href="login.html#login">2 Logging In</a></div><div class="TOC-section0"><a href="termtypes.html#termtypes">3 Setting Your Terminal Type</a></div><div class="TOC-section0"><a href="section-4.html#section-4">4 Changing Your Password</a></div><div class="TOC-section0"><a href="section-5.html#section-5">5 Logging Out</a></div></div>
  
  <div class="epigraph">
    <p class="para" align="center">
              (A printable version of this document is available 
              <a url="allPages.html" href="allPages.html">here</a>.)
            </p>
  </div>
  <p class="para">There are two ways to interact with Unix and Unix programs: through a
<span class="emphasis">text-only</span> interface, or via a <span class="emphasis">windows</span> interface --- the Unix
windowing system is called <span class="emphasis">X</span>.  
Which mode of interaction you use depends upon how you are accessing to
the network, the software on the machine you are sitting at, and how
fast your connection to the network is.  But even if you are running
X, one of the first things you are likely to open is an <span class="quote">
      &#8220;xterm&#8221;
    </span>, a
text-only command window. 
Unix users tend to launch
programs from the text-only interface. If the program itself supports
windows, mice, etc., then they can point and click to their heart's content.</p>
  <p class="para">In this section, we'll concentrate on access via
<span class="code">ssh</span>, an internet protocol for issuing interactive commands to
remote machines. Window-based X access will be introduced
<a href="xwinlaunch">later</a>.</p>

<p class="para">
  There is an older text-based protocol for giving commands to Unix
  called "telnet". telnet is still used for a variety of purposes, but
  has fallen out of favor because it sends everything (including your
  login name and password) in plain-text format, leaving you vulnerable to someone else on your network eavesdropping via "packet sniffers".
</p>

<p class="para">
  By contrast, ssh encrypts all your communications, so you are safe even if someone is eavedropping. As of Summer 2008, 
  the ODU CS dept will no longer support telnet connections.
</p>


  <script type="text/javascript">
checkForAnchorOnOtherPage('ssh','ssh');
</script><script type="text/javascript">
checkForAnchorOnOtherPage('fn_fref1','ssh');
</script><script type="text/javascript">
checkForAnchorOnOtherPage('fn_fref1_live','ssh');
</script><script type="text/javascript">
checkForAnchorOnOtherPage('puttyConnect','puttyConnect');
</script><script type="text/javascript">
checkForAnchorOnOtherPage('sshConnect','sshConnect');
</script><script type="text/javascript">
checkForAnchorOnOtherPage('fn_fnote1','sshConnect');
</script>
  <script type="text/javascript">
checkForAnchorOnOtherPage('login','login');
</script>
  <script type="text/javascript">
checkForAnchorOnOtherPage('termtypes','termtypes');
</script><script type="text/javascript">
checkForAnchorOnOtherPage('fn_fref2','termtypes');
</script><script type="text/javascript">
checkForAnchorOnOtherPage('fn_fref2_live','termtypes');
</script><script type="text/javascript">
checkForAnchorOnOtherPage('fn_fnote2','termtypes');
</script>
  <script type="text/javascript">
checkForAnchorOnOtherPage('section-4','section-4');
</script>
  <script type="text/javascript">
checkForAnchorOnOtherPage('section-5','section-5');
</script>
<br/><table width="100%" class="navigationBar"><tr class="navigationBar"><td width="5%" class="navigationBar"><a class="navigationBarArrow" title="Next" href="http://cocoon.cs.odu.edu:80/cocoon/~cs252/open/loggingin/ssh.html"><img class="navigationBar" src="_axle/next.gif" alt="Next"/></a></td><td width="5%" class="navigationBar"><a class="navigationBarArrow" title="Last" href="http://cocoon.cs.odu.edu:80/cocoon/~cs252/open/loggingin/section-5.html"><img class="navigationBar" src="_axle/last.gif" alt="Last"/></a></td><td class="navigationBar"/><td width="5%" class="navigationBar"><a class="navigationBar" title="CS252 Home" href="http://cocoon.cs.odu.edu:80/cocoon/~cs252/directory/announcements.html"><img class="navigationBar" src="_axle/home.gif" alt="CS252 Home"/></a></td><td width="5%" class="navigationBar"><a class="navigationBar" title="discuss this page" href="http://cocoon.cs.odu.edu:80/cocoon/~cs252/forum/getXPath/open/loggingin/loggingin.html"><img class="navigationBar" src="_axle/forum.gif" alt="discuss this page"/></a></td></tr></table></body></html>