NLNOG / nlnog-ring

NLNOG Server Ring Project
http://ring.nlnog.net/
54 stars 24 forks source link

Fix to prevent $SHELL mis-detection #100

Closed raybellis closed 5 years ago

raybellis commented 5 years ago

If your interactive shell is a c-shell variant ssh-agent will detect that in $SHELL and output setenv FOO=bar syntax instead of Bourne Shell syntax. Supplying the -s option forces it to output the correct syntax.