13 lines
349 B
Text
13 lines
349 B
Text
|
# $OpenBSD: shells,v 1.8 2009/02/14 17:06:40 sobrado Exp $
|
||
|
#
|
||
|
# list of acceptable shells for chpass(1).
|
||
|
# ftpd(8) will not allow users to connect who are not using
|
||
|
# one of these shells, unless the user is listed in /etc/ftpchroot.
|
||
|
/bin/sh
|
||
|
/bin/csh
|
||
|
/bin/ksh
|
||
|
/usr/local/bin/git-shell
|
||
|
/usr/local/bin/fish
|
||
|
/usr/local/bin/fish-login
|
||
|
/usr/local/bin/bash
|