How to replace a string in multiple files in Linux command line

I need to replace a string in a lot of files in a folder, with only ssh access to the server. How can I do this?

Source: How to replace a string in multiple files in linux command line – Stack Overflow