diff --git a/charts/uptermd/Chart.yaml b/charts/uptermd/Chart.yaml index a6dd1034d..0a20f3951 100644 --- a/charts/uptermd/Chart.yaml +++ b/charts/uptermd/Chart.yaml @@ -3,7 +3,7 @@ name: uptermd description: Secure Terminal Sharing type: application version: 0.2.0 -appVersion: 0.7.4 +appVersion: 0.7.5 home: https://upterm.dev sources: - https://github.com/owenthereal/upterm diff --git a/cmd/upterm/command/version.go b/cmd/upterm/command/version.go index cfbd4680a..88273f73f 100644 --- a/cmd/upterm/command/version.go +++ b/cmd/upterm/command/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -const Version = "0.7.4" +const Version = "0.7.5" func versionCmd() *cobra.Command { cmd := &cobra.Command{ diff --git a/docs/upterm_host.md b/docs/upterm_host.md index d0d02d0b4..667e5c6b5 100644 --- a/docs/upterm_host.md +++ b/docs/upterm_host.md @@ -39,7 +39,7 @@ upterm host [flags] -f, --force-command string force execution of a command and attach its input/output to client's. -h, --help help for host --known-hosts string a file contains the known keys for remote hosts (required). (default "/Users/owen/.ssh/known_hosts") - -i, --private-key strings private key file for public key authentication against the upterm server (default [/Users/owen/.ssh/id_ed25519,/Users/owen/.ssh/id_rsa]) + -i, --private-key strings private key file for public key authentication against the upterm server (default [/Users/owen/.ssh/id_ed25519]) -r, --read-only host a read-only session. Clients won't be able to interact. --server string upterm server address (required), supported protocols are ssh, ws, or wss. (default "ssh://uptermd.upterm.dev:22") ``` diff --git a/etc/man/man1/upterm-host.1 b/etc/man/man1/upterm-host.1 index 1663a1a9f..6091697df 100644 --- a/etc/man/man1/upterm-host.1 +++ b/etc/man/man1/upterm-host.1 @@ -1,4 +1,4 @@ -.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual" +.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual" .nh .ad l @@ -36,7 +36,7 @@ Host a terminal session over a reverse SSH tunnel to the Upterm server with the a file contains the known keys for remote hosts (required). .PP -\fB\-i\fP, \fB\-\-private\-key\fP=[/Users/owen/.ssh/id\_ed25519,/Users/owen/.ssh/id\_rsa] +\fB\-i\fP, \fB\-\-private\-key\fP=[/Users/owen/.ssh/id\_ed25519] private key file for public key authentication against the upterm server .PP diff --git a/etc/man/man1/upterm-proxy.1 b/etc/man/man1/upterm-proxy.1 index 16b7b65b0..d79d6098d 100644 --- a/etc/man/man1/upterm-proxy.1 +++ b/etc/man/man1/upterm-proxy.1 @@ -1,4 +1,4 @@ -.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual" +.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual" .nh .ad l diff --git a/etc/man/man1/upterm-session-current.1 b/etc/man/man1/upterm-session-current.1 index 7d0fef93a..9deb05010 100644 --- a/etc/man/man1/upterm-session-current.1 +++ b/etc/man/man1/upterm-session-current.1 @@ -1,4 +1,4 @@ -.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual" +.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual" .nh .ad l diff --git a/etc/man/man1/upterm-session-info.1 b/etc/man/man1/upterm-session-info.1 index 14435c408..3d96c3766 100644 --- a/etc/man/man1/upterm-session-info.1 +++ b/etc/man/man1/upterm-session-info.1 @@ -1,4 +1,4 @@ -.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual" +.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual" .nh .ad l diff --git a/etc/man/man1/upterm-session-list.1 b/etc/man/man1/upterm-session-list.1 index 02bf6a0da..77076db15 100644 --- a/etc/man/man1/upterm-session-list.1 +++ b/etc/man/man1/upterm-session-list.1 @@ -1,4 +1,4 @@ -.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual" +.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual" .nh .ad l diff --git a/etc/man/man1/upterm-session.1 b/etc/man/man1/upterm-session.1 index 9d0ff9ae1..d08a11eeb 100644 --- a/etc/man/man1/upterm-session.1 +++ b/etc/man/man1/upterm-session.1 @@ -1,4 +1,4 @@ -.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual" +.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual" .nh .ad l diff --git a/etc/man/man1/upterm-upgrade.1 b/etc/man/man1/upterm-upgrade.1 index 45c4dabbb..13cae620d 100644 --- a/etc/man/man1/upterm-upgrade.1 +++ b/etc/man/man1/upterm-upgrade.1 @@ -1,4 +1,4 @@ -.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual" +.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual" .nh .ad l diff --git a/etc/man/man1/upterm-version.1 b/etc/man/man1/upterm-version.1 index e9b17668c..9dad83874 100644 --- a/etc/man/man1/upterm-version.1 +++ b/etc/man/man1/upterm-version.1 @@ -1,4 +1,4 @@ -.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual" +.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual" .nh .ad l diff --git a/etc/man/man1/upterm.1 b/etc/man/man1/upterm.1 index 8c53edbde..da6d9d639 100644 --- a/etc/man/man1/upterm.1 +++ b/etc/man/man1/upterm.1 @@ -1,4 +1,4 @@ -.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.4" "Upterm Manual" +.TH "UPTERM" "1" "Mar 2022" "Upterm 0.7.5" "Upterm Manual" .nh .ad l