<?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>Salomon Johns &#187; laptop</title>
	<atom:link href="http://salomonjohns.com/tag/laptop/feed/" rel="self" type="application/rss+xml" />
	<link>http://salomonjohns.com</link>
	<description>Just a personal blog.</description>
	<lastBuildDate>Fri, 20 May 2011 20:43:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Ubuntu 9.0.4 &#8211; Installing SSHD</title>
		<link>http://salomonjohns.com/2009/08/ubuntu-9-0-4-installing-sshd/</link>
		<comments>http://salomonjohns.com/2009/08/ubuntu-9-0-4-installing-sshd/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 20:31:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://salomonjohns.com/?p=7</guid>
		<description><![CDATA[So after isntalling a fresh copy of Ubuntu today, I try: r00t@r00t-laptop:~$ sudo apt-get install openssh-server Reading package lists&#8230; Done Building dependency tree Reading state information&#8230; Done Package openssh-server is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from [...]]]></description>
			<content:encoded><![CDATA[<p>So after isntalling a fresh copy of Ubuntu today, I try:</p>
<p>r00t@r00t-laptop:~$ sudo apt-get install openssh-server<br />
Reading package lists&#8230; Done<br />
Building dependency tree<br />
Reading state information&#8230; Done<br />
Package openssh-server is not available, but is referred to by another package.<br />
This may mean that the package is missing, has been obsoleted, or<br />
is only available from another source<br />
E: Package openssh-server has no installation candidate</p>
<p>No big deal, lets look up how to fix this online.</p>
<p>After a whole 2 minutes of googling I figure out all I need to run are:</p>
<blockquote><p>sudo apt-get update</p></blockquote>
<blockquote><p>sudo apt-get install ssh-server</p></blockquote>
<p>Done. Now fire up putty and try to connect or &#8220;ssh -p 22 localhost&#8221;.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://salomonjohns.com/2009/08/ubuntu-9-0-4-installing-sshd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

