Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write ssh copy commands to get updated server and client gifs. #19

Open
1 task
a-t-0 opened this issue Apr 17, 2023 · 1 comment
Open
1 task

Write ssh copy commands to get updated server and client gifs. #19

a-t-0 opened this issue Apr 17, 2023 · 1 comment

Comments

@a-t-0
Copy link
Contributor

a-t-0 commented Apr 17, 2023

Currently, if the behaviour/verbosity of the system is updated, the gifs are manually created and retrieved from fresh Ubuntu installations in Qemu, through their onion domain and ssh copy.

  • Write a command that (creates) and gets the server and client gif files automatically.

Ideally integrate this with (GitLab) CI and a production pipeline.

@a-t-0
Copy link
Contributor Author

a-t-0 commented Apr 17, 2023

In server

./src/main.sh -1d1s --record-cli ~/server

Then

./src/main.sh \
  --1-domain-1-service \
  --delete-onion-domain \
  --services 8050:gitlab:8070/9001:dash:9002/22:ssh:22 \
  --make-onion-domains \
  --ssl-password somepassword \
  --background-dash \
  --make-ssl-certs \
  --setup-ssh-server \
  --get-onion-domain

Then copy the ssh onion.

In client

./src/main.sh \
 --1-domain-1-service \
 --setup-ssh-client \
 --set-server-username <Ubuntu username of your server> \
 --set-server-ssh-onion <server ssh onion>.onion
 --get-server-gif

That's it, now the client should have the server.gif in its root of this SSL4Tor repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant