git-ssh-server
git-ssh-server copied to clipboard
authorized_keys?
Should the default OPTIONS value also include 'no-pty' or is a pty necessary for what you're doing?
mathrock
The pty is not necessary as-is, but I plan to create an interactive shell one day, which would require a pty.
Is there a security reason to disable pty? I see 'no-pty' listed frequently when setting up git or SVN through authorized_keys, but I can't think of what a pty would give an attacker.
Mark