Ssh
Frequently used ssh snippets
How to's
Port forwarding
Say we want to connect to a web server running at example.com:8080
and we have user
to connect to the server. We can create a tunel to see the server on our local port 9000
by doing:
localhost:8080
, is to forward connections from your local port 9000
to localhost:8080
on your server. Now we can simply connect to our webserver.
.pem managing
Add user
execute
then, edit
/etc/ssh/sshd_config
and add/edit:then, execute
Add to sudoers
Review ssh login attemps
Copy the file "foobar.txt" from the local host to a remote host