How to gain access to daqman for EPD work
Updated on Wed, 2023-04-26 09:58. Originally created by adams92 on 2019-12-06 18:41.
[Note: If you have just generated a new key, upload it to https://web.racf.bnl.gov/Facility/SshKeys/UploadSshKey.php.]
Email Wayne Betts (wbetts@bnl.gov) explaining that you need to access ONL nodes for EPD subsystem work and he will (hopefully) create an account and approve access for you.
Upload you public key to https://www.star.bnl.gov/starkeyw/ and request account association for
At this point, you should be able to do:
and I could access the gateway!
Another problem: When trying to log on, I got the message:
Email Wayne Betts (wbetts@bnl.gov) explaining that you need to access ONL nodes for EPD subsystem work and he will (hopefully) create an account and approve access for you.
Upload you public key to https://www.star.bnl.gov/starkeyw/ and request account association for
- onlldap.starp.bnl.gov (130.199.60.57)
- daqman.starp.bnl.gov (130.199.60.86)
- evp.starp.bnl.gov (130.199.60.32)
At this point, you should be able to do:
- $ ssh username@ssh.sdcc.bnl.gov
- $ ssh stargw.starp.bnl.gov
- $ ssh -A -X -t evpops@daqman
- $ ssh-agent
-
- joseph@PHY-NC216619:~/.ssh$ ssh-agent
- SSH_AUTH_SOCK=/tmp/ssh-4UBXz4C27unw/agent.23171; export SSH_AUTH_SOCK;
- SSH_AGENT_PID=23172; export SSH_AGENT_PID;
- echo Agent pid 23172;
- joseph@PHY-NC216619:~/.ssh$ SSH_AUTH_SOCK=/tmp/ssh-4UBXz4C27unw/agent.23171; export SSH_AUTH_SOCK;
- joseph@PHY-NC216619:~/.ssh$ SSH_AGENT_PID=23172; export SSH_AGENT_PID;
- $ ssh-add
- $ ssh -A username@rssh.rhic.bnl.gov
and I could access the gateway!
Another problem: When trying to log on, I got the message:
The fingerprint for the RSA key sent by the remote host is
SHA256:ccxQCly1VPWXdCNRbDgp88UGpmshUYSknqpxjBRW+Yo.
Please contact your system administrator.
Add correct host key in /ldaphome/adams92/.ssh/known_hosts to get rid of this message.
Offending RSA key in /ldaphome/adams92/.ssh/known_hosts:13
RSA host key for daqman has changed and you have requested strict checking.
Host key verification failed.
This was solved by simply renaming the known hosts (just with $ mv .ssh/known_hosts .ssh/old_known_hosts ) »
- adams92's blog
- Login or register to post comments