「設定 - SSH」の版間の差分

ナビゲーションに移動 検索に移動
30行目: 30行目:
  mkdir build && build
  mkdir build && build
  ../configure --prefix=<OpenSSHのインストールディレクトリ> \
  ../configure --prefix=<OpenSSHのインストールディレクトリ> \
               --sysconfdir=/<OpenSSHのインストールディレクトリ>/etc \
              --sbindir=/<OpenSSHのインストールディレクトリ>/sbin \
              --libexecdir=/<OpenSSHのインストールディレクトリ>/libexec \
               --sysconfdir=/<OpenSSHのインストールディレクトリ>/etc/ssh \
               --with-pid-dir=/<OpenSSHのインストールディレクトリ>/var \
               --with-pid-dir=/<OpenSSHのインストールディレクトリ>/var \
               --with-privsep-path=/<OpenSSHのインストールディレクトリ>/var/empty \
               --with-privsep-path=/<OpenSSHのインストールディレクトリ>/var/empty \
               --with-pam --with-libedit --with-kerberos5 --with-ldns
               --with-ssl-engine --with-pam --with-md5-passwords \
              --with-libedit --with-kerberos5 --with-ldns --with-tcp-wrappers
  make -j $(nproc)
  make -j $(nproc)
  make install
  make install

案内メニュー