Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リモートホスト (proxy.example.com など) にユーザーを作成したいのですが、プロキシのみの ssh アクセス用の git-shell のような制限付きログインシェルはありますか?
自分で書いてください!restricted-shell.c:
restricted-shell.c
#include <stdio.h> int main() { printf("You are now connected to the proxy. Press enter to exit.\n"); scanf("*c"); exit(0); }
私は持っています:メインページとダイアログのボタン。
Aは、ダイアログを実行するマネージドBean(NewDialog.java)のViewScopeライフサイクルを持ちたいと考えています。つまり、ボタンを押しながら NewDialog Bean を再作成し、ダイアログを閉じるときに破棄します。
しかし、メイン