Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
03cb7c33
Commit
03cb7c33
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Update how to remote access astron.
parent
454ac500
No related branches found
No related tags found
No related merge requests found
Pipeline
#29571
passed
2 years ago
Stage: simulation
Stage: synthesis
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/erko_howto_tools.txt
+30
-1
30 additions, 1 deletion
doc/erko_howto_tools.txt
with
30 additions
and
1 deletion
doc/erko_howto_tools.txt
+
30
−
1
View file @
03cb7c33
...
...
@@ -21,6 +21,7 @@
* Jupyter
* Graphana
* Zenodo DOI
* SDPTR
...
...
@@ -491,8 +492,23 @@ Host dop421
* Remote access to regression test machine dop349:
ssh -X kooistra@portal.astron.nl
ssh -X regtest@dop349
# Ipv via portal.astron.nl nu via bastion.astron.nl (195.169.155.27) mbv step client
# zie: https://support.astron.nl/confluence/pages/viewpage.action?spaceKey=IN&title=SSH+access+to+the+ASTRON+network
/home/kooistra/.ssh/config
/home/kooistra/.step/ssh/config
/home/kooistra/.step/ssh/known_hosts
ssh -J bastion.astron.nl regtest@dop349.astron.nl
You won't be asked for a (bastion) password. The certificate you've just generated will last for twelve hours. Once it's elapsed, the only step from the above you need to perform again is
$ step ssh login kooistra@astron.nl --provisioner "keycloak"
Whereupon you'll be good for another twelve hours. The above command is a great candidate for a shell alias.
# On dop349
crontab -l # shows scheduled cron jobs
crontab -e # edit schedule
...
...
@@ -919,3 +935,16 @@ Reading package lists... Done
> sudo apt-get install openscad
Gelukt !
*******************************************************************************
* SDPTR
*******************************************************************************
sudo pip3 install setuptools-rust
sudo pip3 install asyncua
:kooistra@dop466:/dop466_0/kooistra/git/sdptr/test/py/control$ ./sdp_rw.py --host dop421 -l
:kooistra@dop466:/dop466_0/kooistra/git/sdptr/test/py/control$ ./sdp_rw.py --host dop421 -r firmware_version
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment