Tips from the zssh cheat sheet

if you want to modify anything, often deleting the configs/services is easier than updating them

it’s easier to delete all the items too - so until you understand exactly how ziti works,

make sure you clean them all up before making a change

Definitely agree… learnt the hard way… here is the source… thx @TheLumberjack :slight_smile:

https://raw.githubusercontent.com/openziti/ziti-doc/main/docfx_project/articles/zitification/zitifying-ssh/zssh-cheat-sheet.md

2 Likes

The cheatsheet is also tokenized, making it harder to read/understand but I can’t tell you how many times I come back and refer to this myself :slight_smile: you can see the ‘bind’ config (host.v1 type) is specifically using "listenOptions": {"bindUsingEdgeIdentity":true}. That’s basically activating the addressable terminator functionality

1 Like