Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decription

Script 'ssh-mounter' for automate creation and connection remote user folder to current system.

Installation from test.pypi.org

pipx install -i https://test.pypi.org/simple/ ssh-mounter
# or
pip3 install -i https://test.pypi.org/simple/ ssh-mounter

Examples of usage:

Base usage for new user and new SSH certificate:

ssh-mounter -u username -c StrongUserPassword -s remote-server.com -r /home/username -m /mnt/local_path -l

It's create remote user at remote server. Create SSH certificate file in interactive mode and mount remote user home directory.

Already created user without created certificate:

ssh-mounter -u username -s remote-server.com -r /home/username -m /mnt/local_path -l

Already created user and default certificate:

ssh-mounter -u username -s remote-server.com -r /home/username -m /mnt/local_path -l

Already created user and certificate:

ssh-mounter -u username -s remote-server.com -r /home/username -m /mnt/local_path -k ~/.ssh/certificate -l

Full interactive mode:

ssh-mounter

If you want to install service wich automatically run this script:

ssh-mounter -u username -s remote-server.com -r /home/username -m /mnt/local_path -l -i

If you want to remove service wich automatically run this script:

ssh-mounter -u username -s remote-server.com -r /home/username -m /mnt/local_path -l -d

More information you can see by command ssh-mounter -h

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages