-
Notifications
You must be signed in to change notification settings - Fork 1
LDMSCON2021 LOGIN
Sara W edited this page Oct 28, 2021
·
4 revisions
-
Place the key files (e.g.
user64_id_rsa
anduser64_id_rsa.pub
) into the~/.ssh/
directory. -
Add the following entries to
~/.ssh/config
Host ldmscon2021
Hostname ogc.us
Port 65422
User user64 # <-------------------------- Change to the assigned username
IdentityFile ~/.ssh/user64_id_rsa # <---- Change to the assigned key file
IdentitiesOnly yes
- ssh:
$ ssh ldmscon2021
[sshd:] (git-branch: --)
user64@headnode ~
$
- Start a Linux application (ex: MobaXterm) session.
- Create an .ssh directory
$mkdir ~/.ssh
- Copy downloaded keys from Windows Downloads to Linux (e.g. MobaXterm) session (in ~/.ssh/)
$cp C:/Users/<username>/Downloads/user<#>_id_rsa ~/.ssh/
$cp C:/Users/<username>/Downloads/user<#>_id_rsa.pub ~/.ssh/
- Created the following “config” file in
~/.ssh/
Host ldmscon2021
Hostname ogc.us
Port 65422
User user<#> # <-------------------------- Change to the assigned username
IdentityFile ~/.ssh/user<#>_id_rsa # <---- Change to the assigned key file
IdentitiesOnly yes
- ssh:
$ ssh ldmscon2021
[sshd:] (git-branch: --)
user64@headnode ~
$
- Create a folder called ".ssh" in
C:\Users\<username>\
with file explorer - Download the keys
user<#>_id_rsa
anduser<#>_id_rsa.pub
- Copy keys from
C:\Users\<username>\Downloads\
toC:\Users\<username>\.ssh
- Create a new file called
config
(no extension) inC:\Users\<username>\.ssh
with the following:
Host ldmscon2021
Hostname ogc.us
Port 65422
User user64 # <-------------------------- Change to the assigned username
IdentityFile ~/.ssh/user64_id_rsa # <---- Change to the assigned key file
IdentitiesOnly yes
- NOTE: Must remove # comments for
config
to work.
- Open Windows Command Prompt (i.e. cmd)
- ssh:
C:\Users\<username>\> ssh ldmscon2021
[sshd:] (git-branch: --)
user64@headnode ~
$
- In your assigned container, ssh will cause you to land on your node.
- Typing 'exit' will land you on the head node in your directory.
- You can tar up your home directory (with the exercise scripts) and scp to the outside world from the head node.
- Home
- Search
- Feature Overview
- LDMS Data Facilitates Analysis
- Contributing patches
- User Group Meeting Notes - BiWeekly!
- Publications
- News - now in Discussions
- Mailing Lists
- Help
Tutorials are available at the conference websites
- Coming soon!
- Testing Overview
- Test Plans & Documentation: ldms-test
- Man pages currently not posted, but they are available in the source and build
V3 has been deprecated and will be removed soon
- Configuring
- Configuration Considerations
- Running