Skip to content

Commit 639a9d3

Browse files
committed
Update command docs
1 parent 5beaab0 commit 639a9d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/gitssh-setup.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@ ssh_troubleshoot() {
17211721
printf " • Wrong key being used\n"
17221722
printf " • SSH agent not running\n"
17231723
printf " Solutions:\n"
1724-
printf " • Verify key is added: ssh_status\n"
1724+
printf " • Verify key is added: gitssh ssh status\n"
17251725
printf " • Check SSH agent: ssh-add -l\n"
17261726
printf " • Test connection: ssh -T git@github.com\n"
17271727
printf " • Try adding the key to SSH agent again: ssh-add %s\n" "$KEY_PATH"
@@ -1734,7 +1734,7 @@ ssh_troubleshoot() {
17341734

17351735
printf "3. 'Bad permissions' errors\n"
17361736
printf " Solution:\n"
1737-
printf " • Fix with ssh_repair\n"
1737+
printf " • Fix with gitssh ssh repair\n"
17381738
printf " • Or manually: chmod 700 ~/.ssh && chmod 600 ~/.ssh/id_*\n\n"
17391739

17401740
printf "4. Wrong user being detected\n"
@@ -1905,7 +1905,7 @@ ssh_restore() {
19051905
_print_success "Loaded $keys_loaded SSH keys"
19061906
fi
19071907

1908-
printf "Run 'ssh_status' to verify the restoration\n"
1908+
printf "Run 'gitssh ssh status' to verify the restoration\n"
19091909
else
19101910
_print_error "Failed to restore SSH configuration"
19111911
return 1
@@ -2106,8 +2106,8 @@ ssh_commands() {
21062106

21072107
# Core setup
21082108
printf "\nSETUP:\n"
2109-
printf " gitssh setup_github - GitHub SSH setup wizard\n"
2110-
printf " gitssh setup_gitlab - GitLab SSH setup wizard\n"
2109+
printf " gitssh setup github - GitHub SSH setup wizard\n"
2110+
printf " gitssh setup gitlab - GitLab SSH setup wizard\n"
21112111
printf " setup_github_multi - Multiple GitHub accounts\n"
21122112
printf " quick_ssh_key - Quick key generation\n"
21132113

0 commit comments

Comments
 (0)