Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ferama committed Apr 18, 2023
1 parent e5797de commit be678b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ It's meant to make SSH tunnels fun and understandable again
* Pty on Windows through conpty apis
* Sftp subsystem support server side
* File transfer support client side (get and put sftp subcommands)
* SOCKS5 proxy server trough SSH

## How to Install

Expand Down
4 changes: 2 additions & 2 deletions cmd/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ func init() {

var proxyCmd = &cobra.Command{
Use: "proxy [user@]host[:port]",
Short: "Starts a socks proxy",
Long: "Starts a socks proxy",
Short: "Starts a SOCKS5 proxy",
Long: "Starts a SOCKS5 proxy",
Args: cobra.MinimumNArgs(1),
Run: func(cmd *cobra.Command, args []string) {
sshcConf := cmnflags.GetSshClientConf(cmd, args[0])
Expand Down

0 comments on commit be678b1

Please sign in to comment.