Hi team, we are looking to use teleport as jumphost for EKS cluster
a) teleport deployed in ec2 and kubernetes enabled
b) created eks cluster and copied kubeconfig in teleport server, my kubecofig user looks the following
- name: xxxx
user:
exec:
apiVersion: client.authentication.k8s.io/v1alpha1
args:
- token
- -i
- xxxx
command: aws-iam-authenticator
env:
- name: AWS_PROFILE
value: xxxxx
d) created a teleport user in local and can login in teleport UI
e) when tried tsh login, got the error,
tsh --proxy=xxxx:3080 --insecure --auth=local --user=user1 login
error: unexpected EOF
ERROR REPORT:
Original Error: *errors.errorString unexpected EOF
Stack Trace:
/tmp/20190827T134557/src/github.com/gravitational/teleport/lib/client/api.go:387 github.com/gravitational/teleport/lib/client.readProfile
/tmp/20190827T134557/src/github.com/gravitational/teleport/lib/client/api.go:483 github.com/gravitational/teleport/lib/client.Status
/tmp/20190827T134557/src/github.com/gravitational/teleport/tool/tsh/tsh.go:382 main.onLogin
/tmp/20190827T134557/src/github.com/gravitational/teleport/tool/tsh/tsh.go:324 main.Run
/tmp/20190827T134557/src/github.com/gravitational/teleport/tool/tsh/tsh.go:174 main.main
/usr/local/go/src/runtime/proc.go:209 runtime.main
/usr/local/go/src/runtime/asm_amd64.s:1338 runtime.goexit
User Message: