Lines Matching refs:key
516 key=$(echo "${line}" | sed 's/_real_ugly_sep_42_.*$//')
520 if [[ "${key}" == "lxc.network.type" ]]; then
538 if [[ "${key}" == "lxc.network.hwaddr" ]]; then
542 if [[ "${key}" =~ ^lxc.network.ipv(4|6) ]]; then
546 if [[ "${key}" =~ ^lxc.network.name ]]; then
550 if [[ "${key}" == "lxc.include" ]]; then
646 printf " => inserted public key in %s/.ssh/authorized_keys\n" "${auth_home}"
648 store_user_message "${user} has the ssh key you gave us"
725 [-F|--flush-cache] [-c|--cache-only] [-u|--user <username>] [-w|--password <password>] [--autologin] [-S|--auth-key <keyfile>]
755 if default, usage of auth-key will disable password setting
760 auth-key: SSH Public key file to inject into container for user (currently: '${auth_key}')
782 options=$(getopt -o hp:n:a:FcPv:t:S:u:w:s:m: -l help,rootfs:,path:,name:,arch:,flush-cache,cache-only,private-portage,variant:,portage-dir:,tarball:,auth-key:,user:,autologin,password:,settings:,mirror:,tty: -- "$@")
800 -S|--auth-key) auth_key=$2; shift 2;;