SSH Copy в буфер обмена
#Powershell
ssh user@server cat /home/user/file | clip
AskJeeves
#Powershell
ssh user@server cat /home/user/file | clip