Aris Pikeas
Aris Pikeas
With `ASSH_DEBUG=1`, a connection to foo.domain.com outputs a ton of lines like: DEBU[0000] getHostByName pattern matching: "*.domain.com" => "bar.domain.com" It looks like it's matching every *.domain.com host in the known_hosts...
Breaking out from #190. Example ssh config: Host foo*.bar IdentityFile ~/ssh/special Host *.bar User me IdentitifyFile ~/ssh/regular ssh uses the first value found for each setting. This config will use...
I'm an experienced ssh user and new to assh. I have several questions about assh, some of which may be actual issues. I'm grouping them into one issue as a...
I've tried adding a `prompt_bullettrain_setup` function that's identical to `build_prompt`, but this outputs a bunch of variable names instead of the bullet train prompt.
:lady_beetle: **Describe the bug** Official Docker container uses ~600+ MB of RAM baseline, no notifications or config. :bulb: **Screenshots and Logs** ``` $ docker stats CONTAINER ID NAME CPU %...
OS X 10.11.2, Sublime Text 3113, Gravity theme, latest MagicPython. Trying out MagicPython from PythonImproved. In the first Python file I opened, I see: `X_train` and `X_test` are highlighted purple,...
**Is your feature request related to a problem? Please describe.** For `.svelte` files, headwind runs via shortcut but not on save. **Describe the solution you'd like** Headwind should be configurable...
## Describe the bug Pyinfra prompts for SSH host key verification when the host presents a valid certificate trusted by the user. ## To Reproduce ``` $ cat ~/.ssh/known_hosts @cert-authority...
With Svelte, I have this component: ``` import {onMount} from "svelte" import {CanvasSpace, SVGSpace, } from "pts" let node: HTMLElement let space: CanvasSpace | SVGSpace onMount(() => { space =...