Fix ssh access
This commit is contained in:
parent
0707e8c18a
commit
a1cb244b8e
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ function port-forward {
|
|||
}
|
||||
|
||||
function map-sshfs {
|
||||
sshfs -o idmap=user -o workaround=rename $USER@$1 $HOME"/Mounts/"$2
|
||||
sshfs -o idmap=user -o workaround=rename $USER'@'$1':'$2 $HOME'/Mounts/'$3
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue