hidden-ssh #21

Merged
lassulus merged 14 commits from hidden-ssh into main 2023-07-25 13:52:22 +00:00
Owner

installer image with hidden ssh server, we will also need a client to connect to that. will add shortly

installer image with hidden ssh server, we will also need a client to connect to that. will add shortly
lassulus force-pushed hidden-ssh from 7123aced71 to e9c0432681 2023-07-24 10:40:20 +00:00 Compare
lassulus force-pushed hidden-ssh from 2b973a5b40 to c8e59471a0 2023-07-24 15:42:33 +00:00 Compare
lassulus force-pushed hidden-ssh from d6bc41c466 to 8513c11657 2023-07-24 19:16:01 +00:00 Compare
DavHau added 2 commits 2023-07-24 22:59:55 +00:00
Owner

Some network scanners in universities/company network will block IPs that try to connect to TOR.
I think we might need long-term some boot-entry that will not start the hidden service (or we could use yggdrasil/zerotier as an alterantive.)

Some network scanners in universities/company network will block IPs that try to connect to TOR. I think we might need long-term some boot-entry that will not start the hidden service (or we could use yggdrasil/zerotier as an alterantive.)
DavHau added 3 commits 2023-07-25 13:43:52 +00:00
DavHau added 1 commit 2023-07-25 13:48:07 +00:00
clan-cli: remove coverage exclusion for qrcode_scan
All checks were successful
build / test (push) Successful in 14s
e56b86f8b2
lassulus merged commit 692bdc9b02 into main 2023-07-25 13:52:22 +00:00
lassulus deleted branch hidden-ssh 2023-07-25 13:52:22 +00:00
DavHau reviewed 2023-07-25 13:52:34 +00:00
@ -0,0 +68,4 @@
def register_parser(parser: argparse.ArgumentParser) -> None:
group = parser.add_mutually_exclusive_group(required=True)
Owner

This was required in order to raise an error if neither -j nor -P are passed

This was required in order to raise an error if neither -j nor -P are passed
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: clan/clan-core#21
No description provided.