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 y scp #1

Open
OrionRandD opened this issue Sep 14, 2022 · 0 comments
Open

ssh y scp #1

OrionRandD opened this issue Sep 14, 2022 · 0 comments

Comments

@OrionRandD
Copy link

OrionRandD commented Sep 14, 2022

A few suggestions to you manual:
Which is already very good.
Algunas sugestiones para su manual
que ya es muy bueno.

SSH
ssh -l $USER IP/$hostname
ssh [-p#] -l $USER IP/$hostname
ssh [-p#] user@ip/$hostname:~

SCP
scp [-P# -r] $file(s)/$dir user@IP/$hostname:/tmp
IP/$hostname:/tmp -> ip or hostname -> tmp is just an example of directory
-p# -> port number
-P# -> port number -r -> port number recursive
$file(s)/$dir -> file, files or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant