<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://library.morph.zone/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jupp3</id>
		<title>MorphOS Library - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://library.morph.zone/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jupp3"/>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/Special:Contributions/Jupp3"/>
		<updated>2026-04-07T12:17:11Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://library.morph.zone/index.php?title=Passwordless_SSH_login_with_RemoteShell&amp;diff=1737</id>
		<title>Passwordless SSH login with RemoteShell</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=Passwordless_SSH_login_with_RemoteShell&amp;diff=1737"/>
				<updated>2012-10-19T12:29:57Z</updated>
		
		<summary type="html">&lt;p&gt;Jupp3: Created page with 'There are lots of tutorials about this for linux, but not much for MorphOS, even if the process is mostly the same. So when I started doing this, I decided to write down all step…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are lots of tutorials about this for linux, but not much for MorphOS, even if the process is mostly the same. So when I started doing this, I decided to write down all steps, in case someone else needs to do it in the future. I assume you already have a suitable unix / linux system properly configured. If not, google for some linux tutorial.&lt;br /&gt;
&lt;br /&gt;
While &amp;quot;passwordless login&amp;quot; might sound terribly insecure, it's actually often more secure than traditional passworded login. Oversimplified, you &amp;quot;create a really secure &amp;amp; random password, which you upload to the server&amp;quot;. In practice, this is of course quite a bit more complex (and more secure). Of course this can be combined with a password for even more protection.&lt;br /&gt;
&lt;br /&gt;
Also note that MorphOS SDK comes with own SSH, SCP etc. which have their own config file. These instructions are for RemoteShell. Commands in SDK have their own config files, to which you can do the same changes.&lt;br /&gt;
&lt;br /&gt;
Step 1: Set hostname&lt;br /&gt;
You might want to set your hostname in Settings =&amp;gt; Network =&amp;gt; Host and DNS&lt;br /&gt;
&lt;br /&gt;
Step 2: Create public &amp;amp; private key pair&lt;br /&gt;
&lt;br /&gt;
SYS:Applications/RemoteShell/Files/ssh-keygen -t rsa&lt;br /&gt;
&lt;br /&gt;
When asked for password, just press enter for none.&lt;br /&gt;
Enter same password again.&lt;br /&gt;
&lt;br /&gt;
Step 3: Get the public key to server&lt;br /&gt;
Doesn't matter how you do it. With USB massstorage device:&lt;br /&gt;
&lt;br /&gt;
copy sys:Applications/RemoteShell/Files/conf/id_rsa.pub UMSD0:&lt;br /&gt;
&lt;br /&gt;
Move the USB device to the server.&lt;br /&gt;
&lt;br /&gt;
Step 4: Add key to authorized keys&lt;br /&gt;
Mount the USB disk (if not done automatically)&lt;br /&gt;
Append the key to your list of authorized keys:&lt;br /&gt;
&lt;br /&gt;
cat /media/disk/id_rsa.pub &amp;gt;&amp;gt; ~/.ssh/authorized_keys&lt;br /&gt;
&lt;br /&gt;
NOTE: Use the path where the disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Step 5: RemoteShell configuration&lt;br /&gt;
Preferences =&amp;gt; Servers =&amp;gt; Add&lt;br /&gt;
Alias: Whatever you like&lt;br /&gt;
Server: Address of the server&lt;br /&gt;
Login: User name (on the server)&lt;br /&gt;
Password: Empty (unless you use one)&lt;br /&gt;
Port: Whatever the server is using.&lt;br /&gt;
&lt;br /&gt;
When connecting to the server for the first time, RemoteShell asks if you want to continue connecting (as the host isn't yet marked as known). After answering yes, the connection will be done automatically.&lt;/div&gt;</summary>
		<author><name>Jupp3</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=Main_Page&amp;diff=1736</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=Main_Page&amp;diff=1736"/>
				<updated>2012-10-19T12:27:19Z</updated>
		
		<summary type="html">&lt;p&gt;Jupp3: /* Tutorials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;siteLogo&amp;quot; style=&amp;quot;float: right;&amp;quot;&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:162%; border:none; margin:0; padding:.1em; color:#274572;&amp;quot;&amp;gt;Welcome to the MorphOS Library,&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;top:+0.2em; font-size:95%;&amp;quot;&amp;gt;the wiki based library of MorphOS related documentation.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Do you have suggestions or would like to contribute? Please contact: &amp;lt;div id=&amp;quot;message2library&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Important notes to editors:''' [[Basic Guidelines]] - [[List of Wanted Articles]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;small&amp;gt;This page in other languages: [[Strona główna|Polish]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==About MorphOS==&lt;br /&gt;
MorphOS - The Lightning OS&lt;br /&gt;
* [[What is MorphOS?]]&lt;br /&gt;
* [[Hardware Platforms]]&lt;br /&gt;
* [[Installation]]&lt;br /&gt;
* [[Characteristic features]]&lt;br /&gt;
* [[MorphOS integration]]&lt;br /&gt;
* [[MorphOS Development]]&lt;br /&gt;
* [[Developer tools]]&lt;br /&gt;
* [[3D graphics]]&lt;br /&gt;
* [[Games]]&lt;br /&gt;
* [[MorphOS key applications]]&lt;br /&gt;
* [[Platform expansion]]&lt;br /&gt;
* [[Who needs MorphOS?]]&lt;br /&gt;
* [[Conclusions]]&lt;br /&gt;
* [[Useful links]]&lt;br /&gt;
* [[F.A.Q.]]&lt;br /&gt;
* [[Historical notes]]&lt;br /&gt;
* [[Contributors]]&lt;br /&gt;
A five minute read for users familiar with the Commodore Amiga&lt;br /&gt;
*[[MorphOS in 5 minutes]]&lt;br /&gt;
&lt;br /&gt;
==Articles==&lt;br /&gt;
The core of the MorphOS Library can be found here.  Along with the provided manuals, there are several documents designed to help users get the most out of their MorphOS powered computer.&lt;br /&gt;
&lt;br /&gt;
* [[Fundamentals of MorphOS]]&lt;br /&gt;
* [[Dictionary of Terms]]&lt;br /&gt;
* [[Shell Commands|Shell: Commands]]&lt;br /&gt;
* [[Pattern matching|Shell: Pattern Matching]]&lt;br /&gt;
* [[Volume Names]]&lt;br /&gt;
&lt;br /&gt;
==Tutorials==&lt;br /&gt;
Welcome to the Tutorials section of the MorphOS Library.  In this aisle of the library you can find examples and step by step instructions to help get the most out of your MorphOS experience.&lt;br /&gt;
&lt;br /&gt;
*[[Modifying the User-Startup file]]&lt;br /&gt;
*[[Dual-boot MorphOS and MacOS X on a Mac Mini G4]]&lt;br /&gt;
*[[How to write Mails with SimpleMail]]&lt;br /&gt;
*[[MorphOS External USB Drive Backup Guide]]&lt;br /&gt;
*[[Scanning with SCANdal]]&lt;br /&gt;
*[[Recording an LP with Audio Evolution 4]]&lt;br /&gt;
*[[Passwordless SSH login with RemoteShell]]&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
In the development section of the MorphOS Library, you can find a collection of helpful articles and tutorials focused on MorphOS software development.&lt;br /&gt;
&lt;br /&gt;
*[[First steps in MorphOS programming]]&lt;br /&gt;
*[[Magic User Interface Programming]]&lt;br /&gt;
*[[In-depth: The New MorphOS Memory System]]&lt;br /&gt;
*[[Reggae: MorphOS multimedia framework]]&lt;br /&gt;
*[[An Introduction to MorphOS PPC Assembly]]&lt;br /&gt;
&lt;br /&gt;
==Benchmarks, Reports &amp;amp; Reviews==&lt;br /&gt;
*[[jPV's MorphOS 2 Review]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
The MorphOS Link Database is a collection of websites that are of interest to all current and potential future users of MorphOS. For easier navigation, we have separated the list of websites into multiple categories.&lt;br /&gt;
&lt;br /&gt;
*[[Links#Community_Portals_.26_Forums|Community Portals]]&lt;br /&gt;
*[[Links#File_Repositories|File Repositories]]&lt;br /&gt;
*[[Links#Software|Software]]&lt;br /&gt;
*[[Links#Developers|Developers]]&lt;br /&gt;
*[[Links#Misc|Misc]]&lt;br /&gt;
&lt;br /&gt;
==Work in Progress==&lt;br /&gt;
*[[ReTooled]]&lt;/div&gt;</summary>
		<author><name>Jupp3</name></author>	</entry>

	</feed>