README
This commit is contained in:
parent
6e51a7cc40
commit
a56b6578c3
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
sshfs_connect
|
||||
29
README.md
Normal file
29
README.md
Normal file
@ -0,0 +1,29 @@
|
||||
Quickly mount remote systems via SSHFS based on your ssh_config
|
||||
|
||||
# Dependencies
|
||||
|
||||
- [SSHFS](https://wiki.archlinux.org/title/SSHFS)
|
||||
- [Go](https://wiki.archlinux.org/title/Go)
|
||||
|
||||
# Usage
|
||||
|
||||
```
|
||||
sshfs_connect <Host>
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
| Flag | Description |
|
||||
| ------------- | ------------- |
|
||||
| -e | open mountpoint in your editor |
|
||||
|
||||
# Example ssh config
|
||||
|
||||
See https://wiki.archlinux.org/title/OpenSSH#Configuration
|
||||
|
||||
```
|
||||
Host myserver
|
||||
HostName 127.0.0.1
|
||||
User sshusername
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
```
|
||||
BIN
sshfs_connect
BIN
sshfs_connect
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user