Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColorblack
bgColor#ffe8cc
borderWidth2
borderStylesolid

First, you'll need to make sure the remote server contains the file:

~/.ssh/authorized_keys

If the file does not exist, use these commands to create the remote SSH directory and authorized_keys file:

mkdir -p ~/.ssh
touch ~/.ssh/authorized_keys


Now,

copy

your

id_rsa.pub

file

on

your

local

device

over

to

the

remote

device

scp ~/.ssh/id_rsa.pub username@remoteserver.domain.com:

...