Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssh #22

Closed
diegoperini opened this issue Jan 26, 2014 · 4 comments
Closed

ssh #22

diegoperini opened this issue Jan 26, 2014 · 4 comments
Labels
new command Issues requesting creation of a new page.

Comments

@diegoperini
Copy link

No description provided.

@andrewboerema
Copy link
Contributor

For this, would you also want to see examples of ssh tunneling? Or just the basic use of "ssh-ing" into a remote host?

@rprieto
Copy link
Contributor

rprieto commented Jan 27, 2014

For now most commands had one-liner examples, but that's a good idea! I think a lightweight explanation on tunnelling would be useful.

An example of how to pipe streams directly over ssh would be nice as well, maybe something like

tar -cf - {{folder}} | ssh {{hostname}} "cd target; tar xvf -"

@diegoperini
Copy link
Author

Basic ssh usage with different login types as well as tunneling would really help.

@rprieto rprieto mentioned this issue Feb 1, 2014
@rprieto
Copy link
Contributor

rprieto commented Feb 18, 2014

ssh pages now has a few examples of tunnelling, closing this for now.

@rprieto rprieto closed this as completed Feb 18, 2014
albertogalan added a commit to albertogalan/tldr that referenced this issue Feb 14, 2019
Body (40 chars)
This is an example of commit as you see
I can do it very well
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new command Issues requesting creation of a new page.
Projects
None yet
Development

No branches or pull requests

3 participants