<?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>www.cividini.org&#187; ssh</title>
	<atom:link href="http://linux.cividini.org/blog/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.cividini.org/blog</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 15:09:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>copiare la root con rsync e ssh</title>
		<link>http://linux.cividini.org/blog/2010/01/copiare-la-root-con-rsync-e-ssh/</link>
		<comments>http://linux.cividini.org/blog/2010/01/copiare-la-root-con-rsync-e-ssh/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 11:17:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[copia]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://linux.cividini.org/blog/?p=382</guid>
		<description><![CDATA[per copiare la root ( / ) senza la cartella media e home su un&#8217;altro pc (dove ci sono tutti i backup) basta lanciare questo comando :

sudo rsync -vazup &#8211;archive &#8211;verbose &#8211;progress &#8211;exclude=/media/* &#8211;exclude=/home/* &#8211;stats / -e ssh utente@192.168.0.xxx:/media/disk/backup/






]]></description>
		<wfw:commentRss>http://linux.cividini.org/blog/2010/01/copiare-la-root-con-rsync-e-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CloneZilla</title>
		<link>http://linux.cividini.org/blog/2009/01/clonezilla/</link>
		<comments>http://linux.cividini.org/blog/2009/01/clonezilla/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 10:04:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[clonezilla]]></category>
		<category><![CDATA[Ghost]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[LiveCd]]></category>
		<category><![CDATA[partizione]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://linux.cividini.org/blog/?p=319</guid>
		<description><![CDATA[CloneZilla è il clone open source di Norton Ghost; un LiveCD che permette di clonare una partizione o intero hard disk. Permette il trasferimento del’immagine, in forma compressa, via Samba, Ssh o su chiavetta USB.
CloneZilla lo trovate qui : http://clonezilla.org/






]]></description>
		<wfw:commentRss>http://linux.cividini.org/blog/2009/01/clonezilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configurazione del client OpenSSH con chiavi RSA</title>
		<link>http://linux.cividini.org/blog/2008/12/configurazione-del-client-openssh-con-chiavi-rsa/</link>
		<comments>http://linux.cividini.org/blog/2008/12/configurazione-del-client-openssh-con-chiavi-rsa/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 09:40:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[configurazione]]></category>
		<category><![CDATA[dsa]]></category>
		<category><![CDATA[RSA]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh-agent]]></category>
		<category><![CDATA[ssh-keygen]]></category>

		<guid isPermaLink="false">http://linux.cividini.org/blog/?p=310</guid>
		<description><![CDATA[Configurazione del client OpenSSH
Per collegarvi a un server OpenSSH tramite un computer client, è necessario che siano installati i pacchetti openssh-clients e openssh.

Uso del comando ssh
Il comando ssh può essere considerato una valida alternativa ai comandi rlogin, rsh e telnet. Questo comando permette di collegarsi e di eseguire comandi su una macchina remota.
L&#8217;uso del comando [...]]]></description>
		<wfw:commentRss>http://linux.cividini.org/blog/2008/12/configurazione-del-client-openssh-con-chiavi-rsa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Impostare un accesso SSH con le chiavi pubbliche e private</title>
		<link>http://linux.cividini.org/blog/2008/12/impostare-un-accesso-ssh-con-le-chiavi-pubbliche-e-private/</link>
		<comments>http://linux.cividini.org/blog/2008/12/impostare-un-accesso-ssh-con-le-chiavi-pubbliche-e-private/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 09:10:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[RSA]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh-keygen]]></category>

		<guid isPermaLink="false">http://linux.cividini.org/blog/?p=308</guid>
		<description><![CDATA[In questo articolo cercherò di essere molto breve, in quanto questo verrà usato come referenza per impostare un corretto accesso SSH in una macchina virtuale. L&#8217;esperimento viene eseguito in una macchina con sistema OSX. Mi sono ispirato all&#8217;articolo della IBM che potete trovare quiqui. E&#8217; inoltre disponibile una terza parte qui.
Per prima cosa, ho gia [...]]]></description>
		<wfw:commentRss>http://linux.cividini.org/blog/2008/12/impostare-un-accesso-ssh-con-le-chiavi-pubbliche-e-private/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup tramite rsync</title>
		<link>http://linux.cividini.org/blog/2008/07/backup-tramite-rsync/</link>
		<comments>http://linux.cividini.org/blog/2008/07/backup-tramite-rsync/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 16:03:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://blog.cividini.org/blog/?p=27</guid>
		<description><![CDATA[Ecco un piccolo HowTo su come effettuare Backup tramite rsync 
1. Installare un server SSH sul server di destinazione dove volete depositare i backup
2. Eseguire il seguente comando:
rsync -vaz -e ssh dirdabackuppare/ nomeutente@indirizzoserver:/Backup/altracartella/
se in seguito volete ri-sincronizzare le due directory quella di origine con quella di backup e quindi rimuovere tutti i file che non [...]]]></description>
		<wfw:commentRss>http://linux.cividini.org/blog/2008/07/backup-tramite-rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
