[ ソース: vagrant-sshfs ]
パッケージ: vagrant-sshfs (1.3.7-1)
vagrant-sshfs に関するリンク
Debian の資源:
vagrant-sshfs ソースパッケージをダウンロード:
- [vagrant-sshfs_1.3.7-1.dsc]
- [vagrant-sshfs_1.3.7.orig.tar.gz]
- [vagrant-sshfs_1.3.7.orig.tar.gz.asc]
- [vagrant-sshfs_1.3.7-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
vagrant plugin that adds synced folder support with sshfs
This is a vagrant plugin that adds synced folder support for mounting folders from the Vagrant host into the Vagrant guest via FUSE SSHFS. In the default mode it does this by executing the SSHFS client software within the guest, which creates an SSH connection from the Vagrant guest back to the Vagrant host.
The benefits of this approach:
- Works on any host platform and hypervisor type - Windows, Linux, Mac OS X - Virtualbox, Libvirt, Hyper-V, VMWare - Seamlessly works on remote Vagrant solutions - Works with vagrant aws/openstack/etc.. plugins
The drawbacks with this approach:
- Performance is worse than an implementation like NFS - There must be `sftp-server` software on the Vagrant host
その他の vagrant-sshfs 関連パッケージ
|
|
|
|
-
- dep: openssh-sftp-server
- リモートマシンから SFTP アクセスするための secure shell (SSH) sftp サーバーモジュール
-
- dep: ruby
- オブジェクト指向スクリプト言語 Ruby のインタプリタ (デフォルト版)
- または ruby-interpreter
- パッケージは利用できません
-
- dep: vagrant
- Tool for building and distributing virtualized development environments