forked from lug/matterbridge
		
	Update vendor
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/golang.org/x/crypto/ssh/client.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/crypto/ssh/client.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -77,7 +77,7 @@ func NewClientConn(c net.Conn, addr string, config *ClientConfig) (Conn, <-chan | ||||
| 	} | ||||
|  | ||||
| 	conn := &connection{ | ||||
| 		sshConn: sshConn{conn: c}, | ||||
| 		sshConn: sshConn{conn: c, user: fullConf.User}, | ||||
| 	} | ||||
|  | ||||
| 	if err := conn.clientHandshake(addr, &fullConf); err != nil { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Wim
					Wim