On Sun, Aug 21, 2005, Barry Warsaw wrote: > On Sun, 2005-08-21 at 09:12, "Martin v. L?wis" wrote: >> >> I would suggest that the default key is used for regular commits, >> and a separate key is created for shell access. I described this >> a bit in the PEP, essentially, in .ssh/config, I have >> >> Host pythondev >> Hostname dinsdale.python.org >> User pythondev >> IdentityFile ~/.ssh/pythondev >> >> So when I do "ssh pythondev", I get the shell account; when I do >> "svn co svn+ssh://[EMAIL PROTECTED]/python/trunk/Modules", >> I use my default identity, which gets tunneled as "Martin v. Loewis". > > I'm confused again; are you saying that we should have a host named > pythondev.python.org? I'm not sure that's necessary.
No, pythondev is simply an SSH alias for dinsdale -- the server knows nothing about it. I don't quite understand the "User pythondev" line, though -- I think that's a mistake. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ The way to build large Python applications is to componentize and loosely-couple the hell out of everything. _______________________________________________ Python-Dev mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com