git-ssh-server icon indicating copy to clipboard operation
git-ssh-server copied to clipboard

authorized_keys?

Open mathrock opened this issue 15 years ago • 1 comments

Should the default OPTIONS value also include 'no-pty' or is a pty necessary for what you're doing?

mathrock

mathrock avatar Jun 02 '09 17:06 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

MarkLodato avatar Jun 07 '09 22:06 MarkLodato