diff --git a/sshm.bash b/sshm.bash index 92cdb70..03d5c3c 100755 --- a/sshm.bash +++ b/sshm.bash @@ -42,7 +42,6 @@ sshm_help() { cat< Connect directly to SSH host by name list List SSH hosts and prompt for connection - connect Connect to SSH host by number or name ping Ping an SSH host to check availability view Check configuration of host delete Delete an SSH host from the configuration @@ -356,9 +355,6 @@ sshm_main() { "list") sshm_list "$config_file" ;; - "connect") - sshm_connect "$config_file" "$@" - ;; "ping") sshm_ping "$config_file" "$@" ;;