<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vince42</id>
	<title>WebOS Internals - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vince42"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Vince42"/>
	<updated>2026-04-16T14:51:50Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:OpenSSH&amp;diff=7676</id>
		<title>Application:OpenSSH</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:OpenSSH&amp;diff=7676"/>
		<updated>2009-12-06T02:03:55Z</updated>

		<summary type="html">&lt;p&gt;Vince42: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on.&lt;br /&gt;
&lt;br /&gt;
Please refer to the [http://www.openssh.com/ OpenSSH Home Page] and read the [http://www.openssh.com/manual.html OpenSSH Manual Pages] before using this package.&lt;br /&gt;
&lt;br /&gt;
Optware installs openssh under /opt, so you should replace any references to /bin, /sbin, and /etc in the OpenSSH documentation with /opt/bin, /opt/sbin and /opt/etc respectively.&lt;br /&gt;
&lt;br /&gt;
You can use the [http://www.webos-internals.org/wiki/Application:Terminal Terminal] application to create your secure SSH keys for use with OpenSSH.  Your public ssh key needs to be stored in /home/root/.ssh/authorized_keys to be read by OpenSSH to allow root login via ssh keys.&lt;br /&gt;
&lt;br /&gt;
You can use:&lt;br /&gt;
&lt;br /&gt;
 /opt/bin/ssh-keygen&lt;br /&gt;
&lt;br /&gt;
to create the private and public keys, and then:&lt;br /&gt;
&lt;br /&gt;
 mv /home/root/.ssh/id_rsa.pub /home/root/.ssh/authorized_keys&lt;br /&gt;
&lt;br /&gt;
to move the public key to become the /home/root/.ssh/authorized_keys file.&lt;br /&gt;
&lt;br /&gt;
If you should not already have done it, you will need to setup a password for root, as OpenSSH will otherwise refuse the connection with the error message &amp;quot;The server refused our key&amp;quot;. You can change the root password with&lt;br /&gt;
&lt;br /&gt;
 rootfs_open -w&lt;br /&gt;
 passwd root&lt;br /&gt;
 ''Changing password for root''&lt;br /&gt;
 ''New password:'' yourlocalprepasswordhere&lt;br /&gt;
 ''Retype password:'' yourlocalprepasswordhere&lt;br /&gt;
 ''Password for root changed by root''&lt;br /&gt;
&lt;br /&gt;
where the ''italic text'' is the shell output you will see. Please keep in mind that this password is the local password on the Pre only, ie it has nothing to do with the passphrase that you will use to login with your secret key via OpenSSH on your Pre.&lt;br /&gt;
&lt;br /&gt;
Now the secret key needs to be transferred to the workstation you want to log into the Pre. First copy the secret key to the accessible area with&lt;br /&gt;
&lt;br /&gt;
 cp /home/root/.ssh/id_rsa /media/internal/id_rsa&lt;br /&gt;
&lt;br /&gt;
Tap on the USB symbol at the bottom of the Pre screen and choose 'USB Device' in order to access the media. Move the secret key to your workstation and follow the terminal software's instructions on how to make this new secret key known to the terminal.&lt;/div&gt;</summary>
		<author><name>Vince42</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:OpenSSH&amp;diff=7675</id>
		<title>Application:OpenSSH</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:OpenSSH&amp;diff=7675"/>
		<updated>2009-12-06T01:56:40Z</updated>

		<summary type="html">&lt;p&gt;Vince42: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on.&lt;br /&gt;
&lt;br /&gt;
Please refer to the [http://www.openssh.com/ OpenSSH Home Page] and read the [http://www.openssh.com/manual.html OpenSSH Manual Pages] before using this package.&lt;br /&gt;
&lt;br /&gt;
Optware installs openssh under /opt, so you should replace any references to /bin, /sbin, and /etc in the OpenSSH documentation with /opt/bin, /opt/sbin and /opt/etc respectively.&lt;br /&gt;
&lt;br /&gt;
You can use the [http://www.webos-internals.org/wiki/Application:Terminal Terminal] application to create your secure SSH keys for use with OpenSSH.  Your public ssh key needs to be stored in /home/root/.ssh/authorized_keys to be read by OpenSSH to allow root login via ssh keys.&lt;br /&gt;
&lt;br /&gt;
You can use:&lt;br /&gt;
&lt;br /&gt;
 /opt/bin/ssh-keygen&lt;br /&gt;
&lt;br /&gt;
to create the private and public keys, and then:&lt;br /&gt;
&lt;br /&gt;
 mv /home/root/.ssh/id_rsa.pub /home/root/.ssh/authorized_keys&lt;br /&gt;
&lt;br /&gt;
to move the public key to become the /home/root/.ssh/authorized_keys file.&lt;br /&gt;
&lt;br /&gt;
If you should not already have done it, you will need to setup a password for root, as OpenSSH will otherwise refuse the connection with the error message &amp;quot;The server refused our key&amp;quot;. You can change the root password with&lt;br /&gt;
&lt;br /&gt;
 rootfs_open -w&lt;br /&gt;
 passwd root&lt;br /&gt;
 ''Changing password for root''&lt;br /&gt;
 ''New password:'' yourlocalprepasswordhere&lt;br /&gt;
 ''Retype password:'' yourlocalprepasswordhere&lt;br /&gt;
 ''Password for root changed by root''&lt;br /&gt;
&lt;br /&gt;
where the ''italic text'' is the shell output you will see. Please keep in mind that this password is the local password on the Pre only, ie it has nothing to do with the password that you will use to login via OpenSSH on your Pre.&lt;br /&gt;
&lt;br /&gt;
Now the secret key needs to be transferred to the workstation you want to log into the Pre. First copy the secret key to the accessible area with&lt;br /&gt;
&lt;br /&gt;
 cp /home/root/.ssh/id_rsa /media/internal/id_rsa&lt;br /&gt;
&lt;br /&gt;
Tap on the USB symbol at the bottom of the Pre screen and choose 'USB Device' in order to access the media. Move the secret key to your workstation and follow the terminal software's instructions on how to make this new secret key known to the terminal.&lt;/div&gt;</summary>
		<author><name>Vince42</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:OpenSSH&amp;diff=7674</id>
		<title>Application:OpenSSH</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:OpenSSH&amp;diff=7674"/>
		<updated>2009-12-06T01:53:40Z</updated>

		<summary type="html">&lt;p&gt;Vince42: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on.&lt;br /&gt;
&lt;br /&gt;
Please refer to the [http://www.openssh.com/ OpenSSH Home Page] and read the [http://www.openssh.com/manual.html OpenSSH Manual Pages] before using this package.&lt;br /&gt;
&lt;br /&gt;
Optware installs openssh under /opt, so you should replace any references to /bin, /sbin, and /etc in the OpenSSH documentation with /opt/bin, /opt/sbin and /opt/etc respectively.&lt;br /&gt;
&lt;br /&gt;
You can use the [http://www.webos-internals.org/wiki/Application:Terminal Terminal] application to create your secure SSH keys for use with OpenSSH.  Your public ssh key needs to be stored in /home/root/.ssh/authorized_keys to be read by OpenSSH to allow root login via ssh keys.&lt;br /&gt;
&lt;br /&gt;
You can use:&lt;br /&gt;
&lt;br /&gt;
 /opt/bin/ssh-keygen&lt;br /&gt;
&lt;br /&gt;
to create the private and public keys, and then:&lt;br /&gt;
&lt;br /&gt;
 mv /home/root/.ssh/id_rsa.pub /home/root/.ssh/authorized_keys&lt;br /&gt;
&lt;br /&gt;
to move the public key to become the /home/root/.ssh/authorized_keys file.&lt;br /&gt;
&lt;br /&gt;
If you should not already have done it, you will need to setup a password for root, as OpenSSH will otherwise refuse the connection with the error message &amp;quot;The server refused our key&amp;quot;. You can change the root password with&lt;br /&gt;
&lt;br /&gt;
 rootfs_open -w&lt;br /&gt;
 passwd root&lt;br /&gt;
 ''Changing password for root''&lt;br /&gt;
 ''New password:''yourpasswordhere&lt;br /&gt;
 ''Retype password:''yourpasswordhere&lt;br /&gt;
 ''Password for root changed by root''&lt;br /&gt;
&lt;br /&gt;
where the ''italic text'' is the shell output you will see.&lt;br /&gt;
&lt;br /&gt;
Now the secret key needs to be transferred to the workstation you want to log into the Pre. First copy the secret key to the accessible area with&lt;br /&gt;
&lt;br /&gt;
 cp /home/root/.ssh/id_rsa /media/internal/id_rsa&lt;br /&gt;
&lt;br /&gt;
Tap on the USB symbol at the bottom of the Pre screen and choose 'USB Device' in order to access the media. Move the secret key to your workstation and follow the terminal software's instructions on how to make this new secret key known to the terminal.&lt;/div&gt;</summary>
		<author><name>Vince42</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:OpenSSH&amp;diff=7672</id>
		<title>Application:OpenSSH</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:OpenSSH&amp;diff=7672"/>
		<updated>2009-12-06T00:31:01Z</updated>

		<summary type="html">&lt;p&gt;Vince42: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on.&lt;br /&gt;
&lt;br /&gt;
Please refer to the [http://www.openssh.com/ OpenSSH Home Page] and read the [http://www.openssh.com/manual.html OpenSSH Manual Pages] before using this package.&lt;br /&gt;
&lt;br /&gt;
Optware installs openssh under /opt, so you should replace any references to /bin, /sbin, and /etc in the OpenSSH documentation with /opt/bin, /opt/sbin and /opt/etc respectively.&lt;br /&gt;
&lt;br /&gt;
You can use the [http://www.webos-internals.org/wiki/Application:Terminal Terminal] application to create your secure SSH keys for use with OpenSSH.  Your public ssh key needs to be stored in /home/root/.ssh/authorized_keys to be read by OpenSSH to allow root login via ssh keys.&lt;br /&gt;
&lt;br /&gt;
You can use:&lt;br /&gt;
&lt;br /&gt;
 /opt/bin/ssh-keygen&lt;br /&gt;
&lt;br /&gt;
to create the private and public keys, and then:&lt;br /&gt;
&lt;br /&gt;
 mv /home/root/.ssh/id_rsa.pub /home/root/.ssh/authorized_keys&lt;br /&gt;
&lt;br /&gt;
to move the public key to become the /home/root/.ssh/authorized_keys file.&lt;br /&gt;
&lt;br /&gt;
Now the secret key needs to be transferred to the workstation you want to log into the Pre. First copy the secret key to the accessible area with&lt;br /&gt;
&lt;br /&gt;
 cp /home/root/.ssh/id_rsa /media/internal/id_rsa&lt;br /&gt;
&lt;br /&gt;
Tap on the USB symbol at the bottom of the Pre screen and choose 'USB Device' in order to access the media. Move the secret key to your workstation and follow the terminal software's instructions on how to make this new secret key known to the terminal.&lt;/div&gt;</summary>
		<author><name>Vince42</name></author>
	</entry>
</feed>