CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2017/10/21 17:06:24
Modified files: usr.bin/ssh : misc.c misc.h readconf.c readconf.h scp.1 scp.c sftp.1 sftp.c ssh.1 ssh.c ssh_config.5 Log message: Add URI support to ssh, sftp and scp. For example ssh://user@host or sftp://user@host/path. The connection parameters described in draft-ietf-secsh-scp-sftp-ssh-uri-04 are not implemented since the ssh fingerprint format in the draft uses md5 with no way to specify the hash function type. OK djm@