<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Acceso Remoto Seguro | Hospedaje Web y Dominios</title>
	<atom:link href="https://www.cafetero100.info/tag/acceso-remoto-seguro/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.cafetero100.info</link>
	<description>Hospedaje web - Dominios - Desarrollo aplicaciones - Redes</description>
	<lastBuildDate>Mon, 25 Nov 2013 16:14:52 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>Acceso Remoto Seguro SSH</title>
		<link>https://www.cafetero100.info/2013/11/25/acceso-remoto-seguro-ssh/</link>
					<comments>https://www.cafetero100.info/2013/11/25/acceso-remoto-seguro-ssh/#respond</comments>
		
		<dc:creator><![CDATA[Cafetero100 Webhosting]]></dc:creator>
		<pubDate>Mon, 25 Nov 2013 16:14:52 +0000</pubDate>
				<category><![CDATA[Hospedaje Web Personal]]></category>
		<category><![CDATA[Hospedaje Web Premium]]></category>
		<category><![CDATA[Acceso Remoto Seguro]]></category>
		<category><![CDATA[SSH]]></category>
		<guid isPermaLink="false">http://www.cafetero100.info/?p=1060</guid>

					<description><![CDATA[<p>Acceso SSH Qué es el Secure Shell (SSH) Secure Shell, SSH, es un protocolo criptográfico de red para comunicaciones seguras, servicios shell remotos o ejecución de comandos y otros servicios de red segura entre dos computadoras que se conectan a través de un canal seguro en redes inseguras, un servidor y un cliente (ejecutando servidor [&#8230;]</p>
<p>The post <a href="https://www.cafetero100.info/2013/11/25/acceso-remoto-seguro-ssh/">Acceso Remoto Seguro SSH</a> first appeared on <a href="https://www.cafetero100.info">Hospedaje Web y Dominios</a>.</p>]]></description>
										<content:encoded><![CDATA[<h1>Acceso SSH</h1>
<h2>Qué es el Secure Shell (SSH)</h2>
<p>Secure Shell, SSH, es un protocolo criptográfico de red para comunicaciones seguras, servicios shell remotos o ejecución de comandos y otros servicios de red segura entre dos computadoras que se conectan a través de un canal seguro en redes inseguras, un servidor y un cliente (ejecutando servidor SSH y programas cliente SSH, respectivamente). El SSH típicamente se utiliza para conectarse a máquinas remotas y ejecutar comandos. Puede también transferir archivos utilizando los protocolos de transferencia de archivos del SSH (<strong>SFTP</strong>) o copia segura (<strong>SCP</strong>). El puerto estándar de conexión del SSH es el 22.</p>
<h3>Habilitando el acceso SSH</h3>
<p>Nuestros servidores permiten el acceso SSH. El acceso SSH se podrá habilitar a solicitud expresa del dueño de la cuenta con un costo mínimo.</p>
<h3>Conexión hacia un servidor usando SSH</h3>
<p>La conexión hacia nuestros servidores se realiza a través de autenticación basada en llaves.</p>
<h3>Generación de un Par de Llaves SSH</h3>
<p>El usuario debe generar un par de llaves (llave pública y llave privada) en su computadora.</p>
<p><strong>Para Linux:</strong><br />
Ejecuta el siguiente comando:</p>
<blockquote><p><strong>ssh-keygen -t dsa</strong></p></blockquote>
<p>ó</p>
<blockquote><p><strong>ssh-keygen -t rsa</strong></p></blockquote>
<p>El resultado será similar a:</p>
<blockquote><p>Generating public/private dsa key pair.<br />
Enter file in which to save the key (~/.ssh/id_dsa): Press [Enter] key<br />
Enter passphrase (empty for no passphrase): Press [Enter] key<br />
Enter same passphrase again: Press [Enter] key<br />
Your identification has been saved in ~/.ssh/id_dsa<br />
Your public key has been saved in ~/.ssh/id_dsa.pub<br />
The key fingerprint is:<br />
&lt;some string&gt;</p></blockquote>
<p>ó</p>
<blockquote><p>Generating public/private dsa key pair.<br />
Enter file in which to save the key (~/.ssh/id_dsa): Press [Enter] key<br />
Enter passphrase (empty for no passphrase): Press [Enter] key<br />
Enter same passphrase again: Press [Enter] key<br />
Your identification has been saved in ~/.ssh/id_dsa<br />
Your public key has been saved in ~/.ssh/id_dsa.pub<br />
The key fingerprint is:<br />
&lt;some string&gt;</p></blockquote>
<p>El <strong>id_dsa</strong> ó <strong>id_rsa</strong> es la llave privada y el <strong>id_dsa.pub</strong> ó <strong>id_rsa.pub</strong> es la llave pública.</p>
<p><strong>Para Windows:</strong></p>
<p>1. Descarga el programa <strong>PuTTY</strong>.<br />
2. Descarga <strong>PuTTYgen</strong>.<br />
3. Abre <strong>PuTTYgen</strong>.<br />
4. Selecciona la opción <strong>SSH-2 RSA</strong> (o <strong>SSH-2 DSA</strong>) y da click en el botón <strong>Generate</strong></p>
<p><a href="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-1.jpg"><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-1061" alt="putty-keygen-1" src="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-1.jpg" width="480" height="459" srcset="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-1.jpg 480w, https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-1-300x286.jpg 300w" sizes="(max-width: 480px) 100vw, 480px" /></a></p>
<p>5. Mueve el mouse aleatoriamente en el espacio vacío que se muestra debajo de la barra de progreso para crear aleatoriedad en la llave generada.</p>
<p><a href="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-2.jpg"><img decoding="async" class="alignnone size-full wp-image-1062" alt="putty keygen 2" src="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-2.jpg" width="483" height="462" srcset="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-2.jpg 483w, https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-2-300x286.jpg 300w" sizes="(max-width: 483px) 100vw, 483px" /></a></p>
<p>6. Da click en el botón <strong>Save private Key</strong>, sin colocar ninguna frase de password (<strong>passphrase</strong>).</p>
<p><a href="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-3.jpg"><img decoding="async" class="alignnone size-full wp-image-1063" alt="putty-keygen-3" src="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-3.jpg" width="482" height="461" srcset="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-3.jpg 482w, https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-3-300x286.jpg 300w" sizes="(max-width: 482px) 100vw, 482px" /></a></p>
<p>7. Da click en <strong>Yes</strong> en la ventana emergente que solicita confirmar el guardado de la llave sin password.</p>
<p><a href="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-4.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1064" alt="putty-keygen-4" src="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-4.jpg" width="483" height="462" srcset="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-4.jpg 483w, https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-4-300x286.jpg 300w" sizes="auto, (max-width: 483px) 100vw, 483px" /></a></p>
<p>8. Guarda el archivo de la llave con un nombre apropiado, deigamos ssh_private_key.ppk.</p>
<h3>Autoriza al Servidor SSH a que utilice la Llave Pública</h3>
<p><strong>Para Linux:</strong></p>
<p>Copia el contenido ubicado en la máquina local en el archivo <strong><em>~/.ssh/id_dsa.pub</em></strong> ó <strong><em>~/.ssh/id_rsa.pub</em></strong> hacia el archivo <strong>/home/&lt;username&gt;/.ssh/authorized_keys</strong> en el servidor remoto.</p>
<p><strong>Para Windows:</strong></p>
<p>Copia el contenido que se encuentra debajo de la sección <strong>Public-Lines</strong> en el archivo que lleva el nombre <strong>ssh_private_key.ppk</strong>.</p>
<p><a href="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-5.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1065" alt="putty-keygen-5" src="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-5.jpg" width="570" height="360" srcset="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-5.jpg 570w, https://www.cafetero100.info/wp-content/uploads/2013/11/putty-keygen-5-300x189.jpg 300w" sizes="auto, (max-width: 570px) 100vw, 570px" /></a></p>
<p>Pega el contenido en el archivo  <strong>/home/&lt;username&gt;/.ssh/authorized_keys</strong> del equipo remoto.</p>
<p>Escribe la palabra ssh-rsa (incluyendo espacios en el inicio y final de la palabra) y pega el contenido copiado. Quita el retorno al final de cada línea, creando así una sola línea. Sé cuidadoso de no borrar ningún otro caracter. El resultado final será similar a:</p>
<blockquote><p>ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEAnjXf5VEuIfOHmbNGn7NZAYDjSp8mYK9sDF+RZR75V4gyu3FeaXcAlwA/jwzzgpIvhK2why5t9DtokyInlocq<br />
P9SbNd9xOnrvXEV+ImvKiBf4+tFk7uagZJ+CLrr0tK7M4lKskjfad38UF5cJ0+YU24V1sCDs6QTJC4kG3PO1eeE=</p></blockquote>
<h3>Acceso al Servidor Remoto</h3>
<p><strong>Para Linux:</strong></p>
<p><strong></strong>Ejecuta el comando que se muestra aquí:</p>
<blockquote><p><strong>ssh -l user remote-server</strong></p></blockquote>
<p><strong>Para Windows:</strong></p>
<p>1. Abre Putty y coloca el Nombre del Host Remoto (<strong>Remote Host Name</strong>) o la dirección IP.</p>
<p><a href="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-ssh-1.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1066" alt="putty-ssh-1" src="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-ssh-1.jpg" width="454" height="434" srcset="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-ssh-1.jpg 454w, https://www.cafetero100.info/wp-content/uploads/2013/11/putty-ssh-1-300x286.jpg 300w" sizes="auto, (max-width: 454px) 100vw, 454px" /></a></p>
<p>2. En el menú izquierdo, da click en la opción <strong>Data</strong> dentro de <strong>Connection</strong> y coloca el usuario (username) de cPanel en el campo llamado <strong>Auto-login username</strong>.</p>
<p><a href="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-ssh-2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1067" alt="putty-ssh-2" src="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-ssh-2.jpg" width="455" height="436" srcset="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-ssh-2.jpg 455w, https://www.cafetero100.info/wp-content/uploads/2013/11/putty-ssh-2-300x287.jpg 300w" sizes="auto, (max-width: 455px) 100vw, 455px" /></a></p>
<p>3. En el menú izquierdo, da click en la opción <strong>Auth</strong> dentro de <strong>Connection -&gt; SSH</strong> y coloca la ruta del archivo que contiene la llave privada que guardaste previamente.</p>
<p><a href="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-ssh-3.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1068" alt="putty-ssh-3" src="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-ssh-3.jpg" width="454" height="435" srcset="https://www.cafetero100.info/wp-content/uploads/2013/11/putty-ssh-3.jpg 454w, https://www.cafetero100.info/wp-content/uploads/2013/11/putty-ssh-3-300x287.jpg 300w" sizes="auto, (max-width: 454px) 100vw, 454px" /></a></p>
<p>4. Da click en el botón <strong>Open</strong> para conectarte al servidor.</p>
<p>&nbsp;</p>
<div id="themify_builder_content-1060" data-postid="1060" class="themify_builder_content themify_builder_content-1060 themify_builder themify_builder_front">
	</div>
<!-- /themify_builder_content --><p>The post <a href="https://www.cafetero100.info/2013/11/25/acceso-remoto-seguro-ssh/">Acceso Remoto Seguro SSH</a> first appeared on <a href="https://www.cafetero100.info">Hospedaje Web y Dominios</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.cafetero100.info/2013/11/25/acceso-remoto-seguro-ssh/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
