Update Graphical Logins authored by Larry Granroth's avatar Larry Granroth
...@@ -14,7 +14,7 @@ The alternative ssh port previously used on the [legacy systems](Legacy-Systems) ...@@ -14,7 +14,7 @@ The alternative ssh port previously used on the [legacy systems](Legacy-Systems)
`ssh-keygen -b 4096` `ssh-keygen -b 4096`
(The requested passphrase is used to protect the private key on your local system and is not sent across the network.) This will generate id_rsa (the private key) and id_rsa.pub (the public key) by default in your ~/.ssh/ directory. If you are connected on campus or have the university VPN running, you can do: The requested passphrase is used to protect the private key on your local system and is not sent across the network. This will generate id_rsa (the private key) and id_rsa.pub (the public key) by default in your ~/.ssh/ directory. If you are connected on campus or have the university VPN running, you can do:
`ssh-copy-id username@axanar.physics.uiowa.edu` `ssh-copy-id username@axanar.physics.uiowa.edu`
... ...
......