mirror of
				https://github.com/appleboy/drone-ssh.git
				synced 2025-10-29 00:51:15 +08:00 
			
		
		
		
	docs: remove duplicated of port config.
This commit is contained in:
		
							parent
							
								
									da4a550afd
								
							
						
					
					
						commit
						02b384fb5e
					
				| @ -107,7 +107,7 @@ func (p Plugin) Exec() error { | |||||||
| 			Auth:    auths, | 			Auth:    auths, | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
| 		log.Printf("+ ssh %s@%s -p %d\n", p.Config.User, addr, p.Config.Port) | 		log.Printf("+ ssh %s@%s \n", p.Config.User, addr) | ||||||
| 		client, err := ssh.Dial("tcp", addr, config) | 		client, err := ssh.Dial("tcp", addr, config) | ||||||
| 
 | 
 | ||||||
| 		if err != nil { | 		if err != nil { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Bo-Yi Wu
						Bo-Yi Wu