Y
Hacker News
new
|
ask
|
show
|
jobs
by
godzilla82
2751 days ago
Mounting requires other ports to be opened, which no sysadmin will do on the internet. Ssh on the other hand can be started on a non standard port.
2 comments
cpach
2751 days ago
IME most Windows servers are not directly exposed to the Internet, instead one would reach them via VPN.
link
yrro
2751 days ago
It's a shame you can't use the Common Internet File System over the Internet. ️
link
amaccuish
2751 days ago
FYI, CIFS refers specifically to the version of SMB1 that was submitted as an RFC. You should absolutely not be using "CIFS" these days.
link
yrro
2740 days ago
Wait, they renamed it back?
link
arethuza
2751 days ago
But you can use SMB e.g. Azure File Storage
link
jimmaswell
2751 days ago
I do it over SFTP with a program called SFTP Net Drive. No additional ports besides the existing SSH.
link