<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.usnan.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gweatherby</id>
	<title>Network for Advanced NMR - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.usnan.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gweatherby"/>
	<link rel="alternate" type="text/html" href="https://wiki.usnan.org/Special:Contributions/Gweatherby"/>
	<updated>2026-05-06T13:32:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.usnan.org/index.php?title=Why_can%27t_I_create_a_New_Request_for_UHF_access%3F&amp;diff=1291</id>
		<title>Why can&#039;t I create a New Request for UHF access?</title>
		<link rel="alternate" type="text/html" href="https://wiki.usnan.org/index.php?title=Why_can%27t_I_create_a_New_Request_for_UHF_access%3F&amp;diff=1291"/>
		<updated>2025-08-20T12:06:40Z</updated>

		<summary type="html">&lt;p&gt;Gweatherby: typo in cat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FAQReturn}}&lt;br /&gt;
&lt;br /&gt;
=== Why You May Not Be Able to Create a UHF Request ===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re unable to create a UHF request, consider the following possible reasons:&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;You are not logged into the NAN web portal.&#039;&#039;&#039;&lt;br /&gt;
## Check the upper right-hand corner of the site in the NMRhub widget.&lt;br /&gt;
## The person icon should be green. If it is grey, you are not logged in.&lt;br /&gt;
## Log in before attempting to create a UHF request.&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;You do not have permission to create a UHF request.&#039;&#039;&#039;&lt;br /&gt;
## Only PIs or users who have been granted &#039;&#039;&#039;UHF Submitter&#039;&#039;&#039; privileges can submit requests.&lt;br /&gt;
## A PI can assign this role via:&lt;br /&gt;
### &#039;&#039;&#039;Lab Administration → Permissions → Lab View&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please see [[UHF Access]] for requirements and instructions on creating UHF requests&lt;br /&gt;
[[Category:FAQ]] [[Category:UHF Access]]&lt;/div&gt;</summary>
		<author><name>Gweatherby</name></author>
	</entry>
	<entry>
		<id>https://wiki.usnan.org/index.php?title=SSH_troubleshooting&amp;diff=143</id>
		<title>SSH troubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.usnan.org/index.php?title=SSH_troubleshooting&amp;diff=143"/>
		<updated>2025-02-04T22:19:28Z</updated>

		<summary type="html">&lt;p&gt;Gweatherby: Expand WinSCP section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SSH Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
[https://nmrhub.org NMRhub] now requires an SSH key pair to connect. Use [https://openssh.com SSH / SFTP / rsync] and tools like [https://filezilla-project.org FileZilla] to connect to NMRhub virtual machines (VMs).&lt;br /&gt;
&lt;br /&gt;
=== Where is my private key? ===&lt;br /&gt;
&lt;br /&gt;
After following the instructions at [https://nmrbox.nmrhub.org/user-dashboard/ssh-key NMRbox User Dashboard SSH Key Setup], your private key should be at:&lt;br /&gt;
* On Mac/Linux: &amp;lt;code&amp;gt;$HOME/.ssh/id_ed25519&amp;lt;/code&amp;gt;&lt;br /&gt;
* On Windows: &amp;lt;code&amp;gt;%HOMEDRIVE%%HOMEPATH%\.ssh\id_ed25519&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== I have the private key in place, but I can&#039;t connect. ===&lt;br /&gt;
&lt;br /&gt;
# Try connecting to more than one VM to make sure it&#039;s not just an issue with that specific VM. (Please let us know if you can SSH to one VM but not another via [mailto:support@nmrbox.org support@nmrbox.org].)&lt;br /&gt;
# Use &amp;lt;code&amp;gt;ssh -vvv&amp;lt;/code&amp;gt; to verify if SSH is attempting to use your private key.&lt;br /&gt;
&lt;br /&gt;
==== It&#039;s trying to use the key, but it still doesn&#039;t work. ====&lt;br /&gt;
&lt;br /&gt;
If you can&#039;t connect after uploading your SSH key, verify the following commands give the same result. Windows users should run these commands from PowerShell:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
ssh-keygen -lf $HOME/.ssh/id_ed25519&lt;br /&gt;
ssh-keygen -lf $HOME/.ssh/id_ed25519.pub&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ensure the key listed at [https://nmrbox.nmrhub.org/user-dashboard/ssh-key NMRbox User Dashboard SSH Key] matches your &amp;lt;code&amp;gt;$HOME/.ssh/id_ed25519.pub&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[File:sample.jpeg|thumb|Date key set]]&lt;br /&gt;
&lt;br /&gt;
=== Home Directory Permissions ===&lt;br /&gt;
&lt;br /&gt;
If your home directory is writable by anyone other than you, SSH will not work. Connect via [https://nmrbox.nmrhub.org/pages/getting-started VNC] and run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
ls -l ~&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If &#039;&#039;&#039;&amp;lt;code&amp;gt;w&amp;lt;/code&amp;gt;&#039;&#039;&#039; appears after the first group of permissions (e.g., &amp;lt;code&amp;gt;drwx&amp;lt;/code&amp;gt;), use the following command to correct it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
chmod go-w ~&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== How do I use a private key with &amp;lt;code&amp;gt;rsync&amp;lt;/code&amp;gt;? ===&lt;br /&gt;
&lt;br /&gt;
Add the following option to your &amp;lt;code&amp;gt;rsync&amp;lt;/code&amp;gt; command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
-e &amp;quot;ssh -i /path/to/your/private_key&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== How do I use a private key with &amp;lt;code&amp;gt;sftp&amp;lt;/code&amp;gt;? ===&lt;br /&gt;
&lt;br /&gt;
Add the following option to your &amp;lt;code&amp;gt;sftp&amp;lt;/code&amp;gt; command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
-i /path/to/your/private_key&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== How do I use a private key with FileZilla? ===&lt;br /&gt;
&lt;br /&gt;
Go to FileZilla&#039;s &#039;&#039;&#039;Site Manager&#039;&#039;&#039; and make the following settings in the &#039;&#039;&#039;General&#039;&#039;&#039; tab. You can leave the port blank, as it defaults to the correct value (22).&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Protocol:&#039;&#039;&#039; SFTP - SSH File Transfer Protocol&lt;br /&gt;
* &#039;&#039;&#039;Host:&#039;&#039;&#039; &#039;&#039;element&#039;&#039;.nmrbox.org&lt;br /&gt;
* &#039;&#039;&#039;Port:&#039;&#039;&#039; Leave blank&lt;br /&gt;
* &#039;&#039;&#039;Logon Type:&#039;&#039;&#039; Key file&lt;br /&gt;
* &#039;&#039;&#039;User:&#039;&#039;&#039; &#039;&#039;username&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Key file:&#039;&#039;&#039; &#039;&#039;local path&#039;&#039;/.ssh/id_ed25519&lt;br /&gt;
&lt;br /&gt;
=== How do I use a private key with [https://winscp.net WinSCP]? ===&lt;br /&gt;
&lt;br /&gt;
Note that NMRhub allows multiple keys to be uploaded to the dashboard. On Windows, [https://winscp.net/eng/docs/ui_puttygen PuTTYgen] can be used to generate an additional key. The PuTTYgen window provides the public key to add to the [https://nmrbox.nmrhub.org/user-dashboard/ssh-key NMRhub dashboard].&lt;br /&gt;
&lt;br /&gt;
=== How do I &amp;lt;code&amp;gt;scp&amp;lt;/code&amp;gt; from a shared account? ===&lt;br /&gt;
&lt;br /&gt;
(Note: This is not an endorsement of shared accounts, but that is a site-specific decision.)&lt;br /&gt;
&lt;br /&gt;
If multiple users are using a shared account (e.g., from a spectrometer console), the following steps will allow copying local data to each user&#039;s account. For this example, we assume your username is &amp;lt;code&amp;gt;rernst&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Create another SSH key pair with a passphrase:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
ssh-keygen -t ed25519 -C &amp;quot;spectrometer scp&amp;quot;&lt;br /&gt;
Generating public/private ed25519 key pair.&lt;br /&gt;
Enter file in which to save the key (/Users/rernst/.ssh/id_ed25519): id_ed25519rernst&lt;br /&gt;
Enter passphrase (empty for no passphrase):  &amp;lt;type a password&amp;gt;&lt;br /&gt;
Enter same passphrase again: &amp;lt;retype the password&amp;gt;&lt;br /&gt;
Your identification has been saved in id_ed25519rernst&lt;br /&gt;
Your public key has been saved in id_ed25519rernst.pub&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Add&#039;&#039;&#039; the contents of &amp;lt;code&amp;gt;id_ed25519rernst.pub&amp;lt;/code&amp;gt; to [https://nmrbox.nmrhub.org/user-dashboard/ssh-key NMRbox User Dashboard SSH Key].&lt;br /&gt;
&lt;br /&gt;
# Go to the home directory of the shared account. Create an &amp;lt;code&amp;gt;.ssh&amp;lt;/code&amp;gt; directory if necessary and ensure it has permissions &amp;lt;code&amp;gt;drwx------&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd $HOME&lt;br /&gt;
mkdir -p .ssh&lt;br /&gt;
chmod 700 .ssh&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# Create or edit &amp;lt;code&amp;gt;~/.ssh/config&amp;lt;/code&amp;gt; and add the following lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
Match User rernst Host *.nmrbox.org&lt;br /&gt;
    IdentityFile ~/.ssh/id_ed25519rernst&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# You should now be able to copy data from the shared account to &amp;lt;code&amp;gt;nmrbox.org&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
scp fid rernst@*element*.nmrbox.org:&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When prompted:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
Enter passphrase for key &#039;home_directory/.ssh/id_ed25519rernst&#039;:&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enter the password you used when creating the key pair.&lt;/div&gt;</summary>
		<author><name>Gweatherby</name></author>
	</entry>
	<entry>
		<id>https://wiki.usnan.org/index.php?title=SSH_troubleshooting&amp;diff=142</id>
		<title>SSH troubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.usnan.org/index.php?title=SSH_troubleshooting&amp;diff=142"/>
		<updated>2025-02-04T21:50:11Z</updated>

		<summary type="html">&lt;p&gt;Gweatherby: Create from https://github.com/NMRhub/NMRhub_SSH_Troubleshooting/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SSH Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
[https://nmrhub.org NMRhub] now requires an SSH key pair to connect. Use [https://openssh.com SSH / SFTP / rsync] and tools like [https://filezilla-project.org FileZilla] to connect to NMRhub virtual machines (VMs).&lt;br /&gt;
&lt;br /&gt;
=== Where is my private key? ===&lt;br /&gt;
&lt;br /&gt;
After following the instructions at [https://nmrbox.nmrhub.org/user-dashboard/ssh-key NMRbox User Dashboard SSH Key Setup], your private key should be at:&lt;br /&gt;
* On Mac/Linux: &amp;lt;code&amp;gt;$HOME/.ssh/id_ed25519&amp;lt;/code&amp;gt;&lt;br /&gt;
* On Windows: &amp;lt;code&amp;gt;%HOMEDRIVE%%HOMEPATH%\.ssh\id_ed25519&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== I have the private key in place, but I can&#039;t connect. ===&lt;br /&gt;
&lt;br /&gt;
# Try connecting to more than one VM to make sure it&#039;s not just an issue with that specific VM. (Please let us know if you can SSH to one VM but not another via [mailto:support@nmrbox.org support@nmrbox.org].)&lt;br /&gt;
# Use &amp;lt;code&amp;gt;ssh -vvv&amp;lt;/code&amp;gt; to verify if SSH is attempting to use your private key.&lt;br /&gt;
&lt;br /&gt;
==== It&#039;s trying to use the key, but it still doesn&#039;t work. ====&lt;br /&gt;
&lt;br /&gt;
If you can&#039;t connect after uploading your SSH key, verify the following commands give the same result. Windows users should run these commands from PowerShell:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
ssh-keygen -lf $HOME/.ssh/id_ed25519&lt;br /&gt;
ssh-keygen -lf $HOME/.ssh/id_ed25519.pub&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ensure the key listed at [https://nmrbox.nmrhub.org/user-dashboard/ssh-key NMRbox User Dashboard SSH Key] matches your &amp;lt;code&amp;gt;$HOME/.ssh/id_ed25519.pub&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[File:sample.jpeg|thumb|Date key set]]&lt;br /&gt;
&lt;br /&gt;
=== Home Directory Permissions ===&lt;br /&gt;
&lt;br /&gt;
If your home directory is writable by anyone other than you, SSH will not work. Connect via [https://nmrbox.nmrhub.org/pages/getting-started VNC] and run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
ls -l ~&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If &#039;&#039;&#039;&amp;lt;code&amp;gt;w&amp;lt;/code&amp;gt;&#039;&#039;&#039; appears after the first group of permissions (e.g., &amp;lt;code&amp;gt;drwx&amp;lt;/code&amp;gt;), use the following command to correct it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
chmod go-w ~&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== How do I use a private key with &amp;lt;code&amp;gt;rsync&amp;lt;/code&amp;gt;? ===&lt;br /&gt;
&lt;br /&gt;
Add the following option to your &amp;lt;code&amp;gt;rsync&amp;lt;/code&amp;gt; command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
-e &amp;quot;ssh -i /path/to/your/private_key&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== How do I use a private key with &amp;lt;code&amp;gt;sftp&amp;lt;/code&amp;gt;? ===&lt;br /&gt;
&lt;br /&gt;
Add the following option to your &amp;lt;code&amp;gt;sftp&amp;lt;/code&amp;gt; command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
-i /path/to/your/private_key&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== How do I use a private key with FileZilla? ===&lt;br /&gt;
&lt;br /&gt;
Go to FileZilla&#039;s &#039;&#039;&#039;Site Manager&#039;&#039;&#039; and make the following settings in the &#039;&#039;&#039;General&#039;&#039;&#039; tab. You can leave the port blank, as it defaults to the correct value (22).&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Protocol:&#039;&#039;&#039; SFTP - SSH File Transfer Protocol&lt;br /&gt;
* &#039;&#039;&#039;Host:&#039;&#039;&#039; &#039;&#039;element&#039;&#039;.nmrbox.org&lt;br /&gt;
* &#039;&#039;&#039;Port:&#039;&#039;&#039; Leave blank&lt;br /&gt;
* &#039;&#039;&#039;Logon Type:&#039;&#039;&#039; Key file&lt;br /&gt;
* &#039;&#039;&#039;User:&#039;&#039;&#039; &#039;&#039;username&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Key file:&#039;&#039;&#039; &#039;&#039;local path&#039;&#039;/.ssh/id_ed25519&lt;br /&gt;
&lt;br /&gt;
=== How do I use a private key with [https://winscp.net WinSCP]? ===&lt;br /&gt;
&lt;br /&gt;
See [https://winscp.net/eng/docs/ui_login_authentication The Authentication Page].&lt;br /&gt;
&lt;br /&gt;
=== How do I &amp;lt;code&amp;gt;scp&amp;lt;/code&amp;gt; from a shared account? ===&lt;br /&gt;
&lt;br /&gt;
(Note: This is not an endorsement of shared accounts, but that is a site-specific decision.)&lt;br /&gt;
&lt;br /&gt;
If multiple users are using a shared account (e.g., from a spectrometer console), the following steps will allow copying local data to each user&#039;s account. For this example, we assume your username is &amp;lt;code&amp;gt;rernst&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Create another SSH key pair with a passphrase:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
ssh-keygen -t ed25519 -C &amp;quot;spectrometer scp&amp;quot;&lt;br /&gt;
Generating public/private ed25519 key pair.&lt;br /&gt;
Enter file in which to save the key (/Users/rernst/.ssh/id_ed25519): id_ed25519rernst&lt;br /&gt;
Enter passphrase (empty for no passphrase):  &amp;lt;type a password&amp;gt;&lt;br /&gt;
Enter same passphrase again: &amp;lt;retype the password&amp;gt;&lt;br /&gt;
Your identification has been saved in id_ed25519rernst&lt;br /&gt;
Your public key has been saved in id_ed25519rernst.pub&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Add&#039;&#039;&#039; the contents of &amp;lt;code&amp;gt;id_ed25519rernst.pub&amp;lt;/code&amp;gt; to [https://nmrbox.nmrhub.org/user-dashboard/ssh-key NMRbox User Dashboard SSH Key].&lt;br /&gt;
&lt;br /&gt;
# Go to the home directory of the shared account. Create an &amp;lt;code&amp;gt;.ssh&amp;lt;/code&amp;gt; directory if necessary and ensure it has permissions &amp;lt;code&amp;gt;drwx------&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd $HOME&lt;br /&gt;
mkdir -p .ssh&lt;br /&gt;
chmod 700 .ssh&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# Create or edit &amp;lt;code&amp;gt;~/.ssh/config&amp;lt;/code&amp;gt; and add the following lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
Match User rernst Host *.nmrbox.org&lt;br /&gt;
    IdentityFile ~/.ssh/id_ed25519rernst&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# You should now be able to copy data from the shared account to &amp;lt;code&amp;gt;nmrbox.org&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
scp fid rernst@*element*.nmrbox.org:&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When prompted:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
Enter passphrase for key &#039;home_directory/.ssh/id_ed25519rernst&#039;:&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enter the password you used when creating the key pair.&lt;/div&gt;</summary>
		<author><name>Gweatherby</name></author>
	</entry>
	<entry>
		<id>https://wiki.usnan.org/index.php?title=Main_Page/Content_building&amp;diff=7</id>
		<title>Main Page/Content building</title>
		<link rel="alternate" type="text/html" href="https://wiki.usnan.org/index.php?title=Main_Page/Content_building&amp;diff=7"/>
		<updated>2025-01-21T20:50:42Z</updated>

		<summary type="html">&lt;p&gt;Gweatherby: Gweatherby moved page Main Page/Content building to Content building: Misspelled title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Content building]]&lt;/div&gt;</summary>
		<author><name>Gweatherby</name></author>
	</entry>
	<entry>
		<id>https://wiki.usnan.org/index.php?title=Content_building&amp;diff=6</id>
		<title>Content building</title>
		<link rel="alternate" type="text/html" href="https://wiki.usnan.org/index.php?title=Content_building&amp;diff=6"/>
		<updated>2025-01-21T20:50:42Z</updated>

		<summary type="html">&lt;p&gt;Gweatherby: Gweatherby moved page Main Page/Content building to Content building: Misspelled title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The NAN wiki content is available to the public. &lt;br /&gt;
&lt;br /&gt;
Creating and editing pages is limited to users logged into [https://nmrhub.org NMRhub].&lt;br /&gt;
&lt;br /&gt;
Information on categories is at  [https://www.mediawiki.org/wiki/Help:Categories Help:Categories].&lt;br /&gt;
&lt;br /&gt;
The *Help about MediaWiki* on the left sidebar link goes to the help page on formatting.&lt;/div&gt;</summary>
		<author><name>Gweatherby</name></author>
	</entry>
	<entry>
		<id>https://wiki.usnan.org/index.php?title=Content_building&amp;diff=5</id>
		<title>Content building</title>
		<link rel="alternate" type="text/html" href="https://wiki.usnan.org/index.php?title=Content_building&amp;diff=5"/>
		<updated>2025-01-21T20:50:01Z</updated>

		<summary type="html">&lt;p&gt;Gweatherby: Starting tips&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The NAN wiki content is available to the public. &lt;br /&gt;
&lt;br /&gt;
Creating and editing pages is limited to users logged into [https://nmrhub.org NMRhub].&lt;br /&gt;
&lt;br /&gt;
Information on categories is at  [https://www.mediawiki.org/wiki/Help:Categories Help:Categories].&lt;br /&gt;
&lt;br /&gt;
The *Help about MediaWiki* on the left sidebar link goes to the help page on formatting.&lt;/div&gt;</summary>
		<author><name>Gweatherby</name></author>
	</entry>
	<entry>
		<id>https://wiki.usnan.org/index.php?title=Main_Page&amp;diff=4</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.usnan.org/index.php?title=Main_Page&amp;diff=4"/>
		<updated>2025-01-21T16:36:32Z</updated>

		<summary type="html">&lt;p&gt;Gweatherby: /* Welcome to the Network for Advanced NMR (NAN) wiki */ -wiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to the Network for Advanced NMR (NAN) ==&lt;/div&gt;</summary>
		<author><name>Gweatherby</name></author>
	</entry>
	<entry>
		<id>https://wiki.usnan.org/index.php?title=Main_Page&amp;diff=3</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.usnan.org/index.php?title=Main_Page&amp;diff=3"/>
		<updated>2025-01-21T14:41:03Z</updated>

		<summary type="html">&lt;p&gt;Gweatherby: create&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to the Network for Advanced NMR (NAN) wiki ==&lt;/div&gt;</summary>
		<author><name>Gweatherby</name></author>
	</entry>
</feed>