CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2015/06/05 09:13:13
Modified files: usr.bin/ssh : channels.c Log message: For "ssh -L 12345:/tmp/sock" don't fail with "No forward host name." (we have a path, not a host name). Based on a diff from Jared Yanovich. OK djm@