Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

copy ssh key to remote server

ssh-copy-id -i ~/.ssh/mykey.pub user@host
Comment

ssh copy from remote to local

$ scp remoteuser@remoteserver:/remote/folder/remotefile.txt  localfile.txt
Comment

copy ssh remote server

scp -r /path/to/local/dir user@remotehost:/path/to/remote/dir
Comment

PREVIOUS NEXT
Code Example
Shell :: add user to group linux 
Shell :: git configure default editor 
Shell :: how to check if a commit is in a branch 
Shell :: git push existing repository 
Shell :: install rbenv 
Shell :: ubuntu install times new roman font 
Shell :: install vscode linux 
Shell :: run rust book on terminal 
Shell :: failed to push some refs to repository 
Shell :: instalacion de angular cli 
Shell :: how do i clone a specific branch in git 
Shell :: install ruby 
Shell :: run springboot as a service linux 
Shell :: install node using nvm windows 
Shell :: visual studio code update git password 
Shell :: how to check laravel installer version 
Shell :: manjaro nodejs 
Shell :: install itertools 
Shell :: bash adb command not found... on linux 
Shell :: git get local branches 
Shell :: git add email 
Shell :: find unix 
Shell :: pip install without dependencies 
Shell :: how to use zsh on mac 
Shell :: git not asking for password 
Shell :: zsh fzf plugin 
Shell :: docker remove tag 
Shell :: centos install copmposer 
Shell :: git alias list 
Shell :: Undo the commit and completely remove all changes 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =