diff --git a/terraform/config.tf b/terraform/config.tf
index 943f65f6cf46a1d845b188c65ae2e60be54acb11..d3447f2b36531464156baf066ec2550578d6c4a2 100644
--- a/terraform/config.tf
+++ b/terraform/config.tf
@@ -16,8 +16,8 @@ provider "proxmox" {
 
 locals {
   ssh_keys = <<EOF
-  ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHXuXr/Mz1ENkvZ+Ntc9dF1r8VK62XaZtsMaV7N+CMZ8 rlacko
-  EOF
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPpH+TNAwcmxYc5cVctH04wUU83Pba6s/AkKXOnhDn+m rlacko@zen
+EOF
 }
 
 variable "ct_passwords" {
diff --git a/terraform/secret/login.sh.example b/terraform/secret/login.sh.example
index 7442c2be686eae035610ddf6e039987873e13f1b..db0c316d0f38e693c73c687dc70fb0a3bf6593f4 100644
--- a/terraform/secret/login.sh.example
+++ b/terraform/secret/login.sh.example
@@ -8,7 +8,7 @@ export GITLAB_STATE_NAME="state"
 export GITLAB_USER="user"
 # Access token with API Acces to the repo
 export GITLAB_REPO_TOKEN="acces token"
-# vSphere Username
-export TF_VAR_vsphere_user="username"
-# vSphere Password
-export TF_VAR_vsphere_password="pw"
+# Username
+export PM_USER="username"
+# Password
+export PM_PASS="pw"