[Bug 95] New: Allow '%' expansion to work in ssh and ssh-add
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sat Feb 2 09:24:39 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=95
Summary: Allow '%' expansion to work in ssh and ssh-add
Product: Portable OpenSSH
Version: 3.0.2p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: jprondak at visualmedia.com
By moving expand_filename() from auth.c into tildexpand.c, '%' substitution can be used but any programs that use tilde_expand_filename() as opposed
to just sshd.
The reason for this was to allow for IdentityFile inclusion like as follows:
[..ssh_config..]
IdentityFile /var/spool/ssh/%u/idenity
IdentityFile ~/.ssh/identity
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list