<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.vmssoftware.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rick.retterer</id>
	<title>VSI OpenVMS Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.vmssoftware.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rick.retterer"/>
	<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/Special:Contributions/Rick.retterer"/>
	<updated>2026-05-12T04:54:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=OpenSSH&amp;diff=2653</id>
		<title>OpenSSH</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=OpenSSH&amp;diff=2653"/>
		<updated>2024-10-14T18:31:35Z</updated>

		<summary type="html">&lt;p&gt;Rick.retterer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;OpenSSH&#039;&#039;&#039; is an Open Source (BSD licensed) suite of secure networking utilities based on the Secure Shell (SSH) protocol, which provides a secure channel over a potentially unsecured network. &lt;br /&gt;
&lt;br /&gt;
=How to connect over SSH=&lt;br /&gt;
To connect from a Unix system to an OpenVMS system running OpenSSH, follow these steps:&lt;br /&gt;
1. On the Unix system, generate an ed25519 key pair:&lt;br /&gt;
 ssh-keygen -t ed25519&lt;br /&gt;
2. Once ready, connect to the OpenVMS machine and navigate to the [.SSH] directory of the user:&lt;br /&gt;
 set def [.ssh]&lt;br /&gt;
3. Open the AUTHORIZED_KEYS. file (or create a new one) and paste your public key there:&lt;br /&gt;
 $ create authorized_keys.&lt;br /&gt;
 ssh-ed25519 AAAAC3NzaC...&lt;br /&gt;
 user@test&lt;br /&gt;
4. Use the following command for connecting from your Unix system:&lt;br /&gt;
 ssh -o &amp;quot;KexAlgorithms +diffie-hellman-group1-sha1&amp;quot;&lt;br /&gt;
     -o HostKeyAlgorithms=+ssh-dss&lt;br /&gt;
     -o  PubkeyAcceptedAlgorithms=+ssh-dss &lt;br /&gt;
     user@openvms_system &lt;br /&gt;
     -i your_key_file&lt;br /&gt;
where &#039;&#039;&#039;user&#039;&#039;&#039; is the username on OpenVMS, &#039;&#039;&#039;openvms_system&#039;&#039;&#039; is the IP of your OpenVMS system running OpenSSH, and &#039;&#039;&#039;your_key_file&#039;&#039;&#039; is the path to the private key file on the Unix system generated in step 1.&lt;/div&gt;</summary>
		<author><name>Rick.retterer</name></author>
	</entry>
</feed>