-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Labels
Description
Hi, i try to ssh to cf apps with ssh -p 2222 diego:$(cf app machine-service --guid)/[email protected]
i got diego:[email protected]'s password: Permission denied, please try again.
And from ssh-proxy job of the diego_brain vm the following errors.
{"timestamp":"1496342707.673976898","source":"ssh-proxy","message":"ssh-proxy.authentication-failed","log_level":2,"data":{"error":"no auth passed yet","user":"diego:67996643-2578-4279-bcff-c4802ce7f982/1"}}
{"timestamp":"1496342710.995449066","source":"ssh-proxy","message":"ssh-proxy.diego-authenticate.authenticate-starting","log_level":1,"data":{"session":"41"}}
{"timestamp":"1496342710.997464180","source":"ssh-proxy","message":"ssh-proxy.diego-authenticate.do-request.failed-doing-request","log_level":2,"data":{"error":"Post https://bbs.service.cf.internal:8889/v1/actual_lrp_groups/get_by_process_guid_and_index: http: server gave HTTP response to HTTPS client","session":"41.1"}}
{"timestamp":"1496342711.499431849","source":"ssh-proxy","message":"ssh-proxy.diego-authenticate.do-request.failed-doing-request","log_level":2,"data":{"error":"Post https://bbs.service.cf.internal:8889/v1/actual_lrp_groups/get_by_process_guid_and_index: http: server gave HTTP response to HTTPS client","session":"41.1"}}
{"timestamp":"1496342712.001325607","source":"ssh-proxy","message":"ssh-proxy.diego-authenticate.do-request.failed-doing-request","log_level":2,"data":{"error":"Post https://bbs.service.cf.internal:8889/v1/actual_lrp_groups/get_by_process_guid_and_index: http: server gave HTTP response to HTTPS client","session":"41.1"}}
{"timestamp":"1496342712.501556635","source":"ssh-proxy","message":"ssh-proxy.diego-authenticate.building-ssh-permissions-failed","log_level":2,"data":{"error":"Post https://bbs.service.cf.internal:8889/v1/actual_lrp_groups/get_by_process_guid_and_index: http: server gave HTTP response to HTTPS client","session":"41"}}
{"timestamp":"1496342712.501711845","source":"ssh-proxy","message":"ssh-proxy.diego-authenticate.authenticate-finished","log_level":1,"data":{"session":"41"}}
{"timestamp":"1496342712.501757622","source":"ssh-proxy","message":"ssh-proxy.authentication-failed","log_level":2,"data":{"error":"Post https://bbs.service.cf.internal:8889/v1/actual_lrp_groups/get_by_process_guid_and_index: http: server gave HTTP response to HTTPS client","user":"diego:67996643-2578-4279-bcff-c4802ce7f982/1"}}
Could you please help me out to determine what is going on?.
Thank you in advance.