Closed raybellis closed 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.
ssh-agent
$SHELL
setenv FOO=bar
-s
If your interactive shell is a c-shell variant
ssh-agent
will detect that in$SHELL
and outputsetenv FOO=bar
syntax instead of Bourne Shell syntax. Supplying the-s
option forces it to output the correct syntax.