1つのフォルダーのみにアクセスできるユーザーが必要です。
私はunix.stackexchangeの質問、悪い答えに従いました。1つのフォルダのみにアクセスできるユーザーを作成できます。正常に動作しています。ユーザーはファイルを作成/転送できます。WinSCPに接続できます。
/ etc / ssh / sshd_configの下部のコンテンツの下に追加
Match Group exchangefiles
# Force the connection to use SFTP and chroot to the required directory.
ForceCommand internal-sftp
ChrootDirectory /var/www/GroupFolder/
# Disable tunneling, authentication agent, TCP and X11 forwarding.
PermitTunnel no
AllowAgentForwarding no
AllowTcpForwarding no
X11Forwarding no
Puttyでログインしようとすると、Puttyコンソールが自動的に閉じられます。
ユーザーに以下の許可を与えたい、
Need to login with Putty (SSH access - Should not have permission to go out from his directory)
Can able to run Python script / Java files
Can able to access MySql
これを進める方法についてのアイデアはありますか?
sudo
必要なものの管理者権限なしで検討しましたか?
@Hastur詳細を教えてください。
—
ムトゥ
@Jakuje私のシナリオを達成するには?
—
ムトゥ
sftp