<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.zenerves.net/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
		<id>http://wiki.zenerves.net/index.php?action=history&amp;feed=atom&amp;title=Ssh</id>
		<title>Ssh - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.zenerves.net/index.php?action=history&amp;feed=atom&amp;title=Ssh"/>
		<link rel="alternate" type="text/html" href="http://wiki.zenerves.net/index.php?title=Ssh&amp;action=history"/>
		<updated>2026-06-06T07:36:02Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>http://wiki.zenerves.net/index.php?title=Ssh&amp;diff=126&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://wiki.zenerves.net/index.php?title=Ssh&amp;diff=126&amp;oldid=prev"/>
				<updated>2011-10-14T23:59:11Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 23:59, 14 October 2011&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>http://wiki.zenerves.net/index.php?title=Ssh&amp;diff=125&amp;oldid=prev</id>
		<title>Lola at 23:23, 14 October 2011</title>
		<link rel="alternate" type="text/html" href="http://wiki.zenerves.net/index.php?title=Ssh&amp;diff=125&amp;oldid=prev"/>
				<updated>2011-10-14T23:23:41Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The following give access to my laptop (the ''Server'' in this case); with the ''X'' option I forward the graphic capabilities to the client side, allowing me to start ''mahjongg'' on my screen as the ''f9'' laptop user while it actually happens (get computed) on the server side (laptop)&lt;br /&gt;
&lt;br /&gt;
 [jphf@DC266 ~]$ ssh -X -l f9 192.168.1.99&lt;br /&gt;
 key_read: uudecode 55:1d:24:5c:40:40:1f:d7:64:a8:0c:99:10:a5:59:36== failed&lt;br /&gt;
 f9@192.168.1.99's password: &lt;br /&gt;
 Last login: Mon Sep  8 15:21:22 2008 from 192.168.1.96&lt;br /&gt;
 [f9@F9E ~]$ mahjongg&lt;br /&gt;
&lt;br /&gt;
http://www.vanemery.com/Linux/XoverSSH/X-over-SSH2.html&lt;br /&gt;
&lt;br /&gt;
back to [[Howtos]]&lt;br /&gt;
&lt;br /&gt;
If you happen to have the Domain Name Service working on your LAN, then you can actually connect to other computers by calling them by their name (not that I found the IP ever hard to find):&lt;br /&gt;
&lt;br /&gt;
 '''How''' do I do that, Caveman-Style?&lt;br /&gt;
 '''Just''' edit, on every machine of your lan, the file &amp;quot;/etc/hosts&amp;quot; &lt;br /&gt;
 to add something like '''known_IP  known_machine name''', for every machine:&lt;br /&gt;
 (you need to specify only the OTHER machine's names)&lt;br /&gt;
 &lt;br /&gt;
  192.168.1.99    (I put my laptop name here)    &lt;br /&gt;
  192.168.1.98    (I put the other wotkstation name here)  &lt;br /&gt;
 after the usual lines like:&lt;br /&gt;
  # Do not remove the following line, or various programs&lt;br /&gt;
  # that require network functionality will fail.&lt;br /&gt;
  127.0.0.1       DC266   localhost.localdomain   localhost&lt;br /&gt;
  ::1     localhost6.localdomain6 localhost6&lt;br /&gt;
&lt;br /&gt;
This implies that you use fixed IP I guess, or at least in my bag of tricks. And it doesn't require you to build your own DNS server, which, I assume, makes it just simpler. You have to be root to edit /etc/hosts; and you need to restart your network afterwards.&lt;br /&gt;
&lt;br /&gt;
One of the reason I use Fedora, let's restart our network:&lt;br /&gt;
&lt;br /&gt;
 # service network restart&lt;br /&gt;
&lt;br /&gt;
As simple as that. Yes, Ubuntu people can do&lt;br /&gt;
&lt;br /&gt;
 sudo networking restart&lt;br /&gt;
&lt;br /&gt;
which is quite simple too. Can't they just agree on a method?&lt;br /&gt;
&lt;br /&gt;
==passworldess, yet secure, login:==&lt;br /&gt;
&lt;br /&gt;
Thanks to my [http://groups.google.com/group/pplug?hl=en PPLUG] friend Bart, there's this solution too:&lt;br /&gt;
&lt;br /&gt;
http://www.cs.toronto.edu/~murray/compnotes/passwordless_ssh.html&lt;br /&gt;
[[Category:Linux]] [[Category:Howtos]]&lt;/div&gt;</summary>
		<author><name>Lola</name></author>	</entry>

	</feed>