<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; } .ms-cui-menu { border: 1px solid rgb(171, 171, 171); color: rgb(51, 51, 51); font-family: "Segoe UI WPC","Segoe UI",Tahoma,"Microsoft Sans Serif",Verdana,sans-serif; font-size: 10pt; background-color: rgb(255, 255, 255); } .ms-cui-ctl { color: rgb(51, 51, 51); text-decoration: none; vertical-align: text-top; } .ms-cui-ctl-on { background-color: rgb(223, 237, 250); } .ms-cui-img-cont-float { margin-top: 2px; display: inline-block; } .ms-cui-smenu-inner { padding-top: 0px; } .ms-owa-paste-option-icon { margin: 0px 6px; padding-bottom: 2px; vertical-align: middle !important; display: inline-block; } .ms-rtePasteFlyout-option { padding: 8px 4px; } .ms-cui-menusection { width: 85px; height: 24px; overflow: hidden; float: left; } .wf { text-transform: none; font-variant: normal; font-weight: normal; vertical-align: middle; display: inline-block; speak: none; } .wf-family-owa { font-family: "o365Icons"; } @font-face {
        font-family: o365IconsIE8;
        font-weight: normal;
        font-style: normal;
}
 @font-face {
        font-family: o365IconsMouse;
        font-weight: normal;
        font-style: normal;
}
 .wf-family-owa { font-family: "o365IconsMouse"; } .ie8 .wf-family-owa { font-family: "o365IconsIE8"; } .notIE8 .wf-owa-play-large { padding: 0.1em; border: 0.1em solid rgb(255, 255, 255); width: 1.4em; height: 1.4em; text-align: center; color: rgb(255, 255, 255); } .ie8 .wf-size-play-large { width: 40px; height: 40px; font-size: 30px; } .notIE8 .wf-size-play-large { width: 40px; height: 40px; font-size: 30px; } .wf-size-x20 { font-size: 20px !important; }--></style>
</head>
<body dir="ltr">
<div id="OWAFontStyleDivID" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<div style="color: rgb(40, 40, 40);" dir="ltr">
<div>
<div id="OWAFontStyleDivID" style="color: rgb(0, 0, 0); font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; background-color: rgb(255, 255, 255);">
<p>Now that the Mexico and Brazil game ended I can continue...</p>
<p>--------------------</p>
<p>You need to open the connection without password;</p>
<div style="color: rgb(40, 40, 40);" dir="ltr">
<div>
<div id="OWAFontStyleDivID" style="color: rgb(0, 0, 0); font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; background-color: rgb(255, 255, 255);">
<p>&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ssh-keygen -N &quot;&quot; -t dsa</p>
<p>&nbsp;</p>
<p>this creates in the directory</p>
<p>&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;~/.ssh</p>
<p><br>
</p>
<p>also the </p>
<p>&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id_dsa</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id_dsa.pub</p>
<p>&nbsp;</p>
<p>files</p>
<p></p>
<p>now copy &quot;id_dsa.pub&quot; at the end of</p>
<p></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;authorized_keys</p>
<p>&nbsp;</p>
<p>and the permisions of the files in '.ssh' should be 700, that is:</p>
<p>&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;chmod 700 *</p>
<p>&nbsp;</p>
<p>that is, only the user has permission for everything and the group or the world cannot modify, see or execute the files in the '.ssh' directory</p>
<p>&nbsp;</p>
<p>next time that you reenter your account</p>
<p>&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ssh me@localhost</p>
<p>&nbsp;</p>
<p>it will not ask for password</p>
<p>&nbsp;</p>
<p>Now, if you want to work in another machine then copy the</p>
<p>&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id_dsa.pub</p>
<p>&nbsp;</p>
<p>into the </p>
<p>&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;authorized_keys</p>
<p>&nbsp;</p>
<p>of the other machine.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>