Hi! i have a weird problem where when i start teleport daemon as a node it gives me permission denied but when i run the command that the systemd server runs it connects to the auth server
here’s my systemd file
[Unit]
Description=Teleport SSH Service
After=network.target
[Service]
Type=simple
Restart=on-failure
ExecStart=/etc/teleport/teleport start --roles=node --config=/etc/teleport/teleport.yaml --pid-file=/var/run/teleport.pid
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/var/run/teleport.pid
[Install]
WantedBy=multi-user.target
This gives me the error of
ERRO [AUTH] Failed to dial auth server :3025: dial tcp :3025: connect: permission denied. auth/clt.go:150
ERRO [PROC:1] Node failed to establish connection to cluster: Get https://:3025/v1/webapi/find: dial tcp :3025: connect: permission denied. time/sleep.go:149
but when i run /etc/teleport/teleport start --roles=node --config=/etc/teleport/teleport.yaml the node connects just fine and i can see it in the clusters and tsh to it