SSH Client that allows to customize ciphers on client side.
It supports configuration - see config.json where you can specify host/alias for host,user,password.
Usage:
go run main.go -host=host1 => that will pick up credentials from config.json
go run main.go -host=alias
go run main.go -host=host1 -user=user -pwd=pass