passh icon indicating copy to clipboard operation
passh copied to clipboard

𝐬𝐬𝐡𝐩𝐚𝐬𝐬 is 𝒃𝒓𝒐𝒌𝒆𝒏 by design

Results 4 passh issues
Sort by recently updated
recently updated
newest added

Accidentally discovered it with: ``` $ passh -p file:~/.ssh/pass.bastion ssh host.domain.tld ``` But it seems passh doesn't expand `~`. So on the full path it worked, but once provided a...

sshpass is quite happy with pipes, as mentioned in [README.md](https://github.com/clarkwang/passh/blob/master/README.md).

Like `grep -E`. Not sure if `REG_EXTENDED` is always defined on all systems. Can use `#ifdef`.

enhancement

Hey! When connecting with ssh and a key, you can start typing stuff while authenticating and this will be provided to the next process listening to stdin. When using passh,...