On Tue, Aug 24, 2010 at 11:37 AM, Thomas Keusch <[email protected]> wrote:
> This creates a problem if there will be multiple logins to account "foo" > from the machine "bar", as there is no way to tell them apart, i.e. if > a given login is to be chrooted or not. > > Are there plans for something like this: > > Match User foo Address bar KeyFingerprint 234711abcdef... > ChrootDirectory %h/chroot > > This would ease planing and deploying use of the ChrootDirectory a lot, > as I wouldn't have to worry about what to do if there are requests to > login to the same account from the same client. > > How would one solve this without an additional IP address on the client? With an additional IP address on the server. :) Actually, just running sshd on a few different ports will work.

