xxh

Bring your favorite shell wherever you go through SSH

brewmacoslinux
Try with needOr install directly
Source

About

Bring your favorite shell wherever you go through the ssh

Commands

xxh

Examples

Connect to a remote server with your local shell$ xxh +i ~/.ssh/id_rsa user@remote.example.com
Use xxh with a specific shell (e.g., zsh)$ xxh +s zsh user@remote.example.com
Execute a command remotely with your shell environment$ xxh user@remote.example.com 'echo $SHELL'