Skip to content

Commit

Permalink
Update default ssh key location
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Jan 15, 2025
1 parent 4a1cbae commit 5c60955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lib/scripts/wg-vps-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NC='\033[0m' # No Color

# --- Constants ---
readonly WIREGUARD_INSTALL_URL="https://raw.githubusercontent.com/k0gen/wireguard-install/master/wireguard-install.sh"
readonly SSH_KEY_DIR="/etc/NetworkManager/system-connections"
readonly SSH_KEY_DIR="/home/start9/.ssh"
readonly SSH_KEY_NAME="id_ed25519"
readonly SSH_PRIVATE_KEY="$SSH_KEY_DIR/$SSH_KEY_NAME"
readonly SSH_PUBLIC_KEY="$SSH_PRIVATE_KEY.pub"
Expand Down

0 comments on commit 5c60955

Please sign in to comment.