visit-dav / summer-projects

A place to manage activity on summer projects
1 stars 0 forks source link

windows powershell notes #22

Closed markcmiller86 closed 1 year ago

markcmiller86 commented 2 years ago

Windows

Windows PowerShell ssh login

ssh -m hmac-sha2-512 -l <username> <hostname>

scp copy

scp -o MACs=hmac-sha2-512 "*.tif" <username>@<hostname>:<path>
markcmiller86 commented 2 years ago

@wmondy these are the commands we used to login and to copy.

wmondy2 commented 2 years ago

Thanks Mark!