Cody Thomas

Results 148 comments of Cody Thomas

I just added a `ssh` command to the latest poseidon - so you can enter an interactive pty ssh session without spawning ssh and without needing to sleep down the...

It should just show that until there's some sort of data to show. What's the status of the task you're issuing? It should return errors for connectivity issues (or auth...

Is you do the same host and everything with the sshauth command then you get your output? Does that account have a login shell associated with them? It's weird that...

What kind of server are you ssh-ing into? I can try testing with that specific kind on my end to see if I can replicate. I was testing ssh-ing into...

Hmm ok I'll look into it, they're both using the same library, so it's odd that one works and one doesn't. That other thing sounds like sshauth isn't properly closing...

Ah yeah jobs command shouldn't include the jobs command itself

https://github.com/MythicAgents/poseidon/actions/runs/10746572112 ^ building a new version that fixes the jobs and should properly cleanup the ssh connections

You should be able to just re-install it: ``` sudo ./mythic-cli install github https://github.com/mythicagents/poseidon -f ``` and that'll delete the existing container, delete the existing volume, and fresh install it

Great question! So, if I understand you correctly, you have a series of commands you typically run over and over again, so you'd like a way, from the UI, to...

Gotcha. I think the next release is what you're looking for then. I'm hoping to release it in Beta next week, but it'll have an "eventing" system, so you can...