forked from toolshed/abra
		
	fix: catch more ssh failure modes with help
This commit is contained in:
		@ -27,7 +27,11 @@ func New(contextName string) (*client.Client, error) {
 | 
			
		||||
			return nil, err
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		helper := commandconnPkg.NewConnectionHelper(ctxEndpoint)
 | 
			
		||||
		helper, err := commandconnPkg.NewConnectionHelper(ctxEndpoint)
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			return nil, err
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		httpClient := &http.Client{
 | 
			
		||||
			// No tls, no proxy
 | 
			
		||||
			Transport: &http.Transport{
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user