Skip to main content

New answers tagged

1 vote
Accepted

How to disable SSH password login in Sequoia

Add a file to /etc/ssh/sshd_config.d with the directive(s) you want.
Linc Davis's user avatar
  • 3,015
0 votes

How can I automatically mount a few remote folders at startup with SSHFS?

You can use my menubar app SSHFS-Mountlet to accomplish the task. Put SSHFS-Mountlet to your login items and setup connections entries that have the "auto-mount on program start" option ...
Adrian Zaugg's user avatar
2 votes

How can I mount a remote SSH folder on Mac without sshfs?

Instead of macFUSE you can use FUSE-T that provides SSHFS aswell, installable through homebrew: brew tap macos-fuse-t/homebrew-cask brew install fuse-t brew install fuse-t-sshfs Alternatively the ...
Adrian Zaugg's user avatar
0 votes

Mounting Remote Server for editing files on my Mac

A more modern approach without a kernel extension providing FUSE on macOS is: FUSE-T They also distribute an adapted version of SSHFS, that works with FUSE-T. There is no recent version of SSHFS for ...
Adrian Zaugg's user avatar

Top 50 recent answers are included