You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This resource (linux journey) is great, thanks a lot for it. There is however nothing that I could find on ssh login. The first thing I actually show/tell people is to ssh to the server. It sort of goes under "Network sharing" however that module is rather confusing, because you have two things there technology/protocols sort of thing (NFS and samba) and "means" of moving files around (scp/rsync).
I understand that all of those are data sharing, but I feel that this is rather confusing pitch.
So a modules like "Working remotely on a server" or simple "Working remotely" where one should cover
ssh including ssh-keygenssh-add to some extend, authorized_keys?
scp for remote file copying
rsync as an alternative for file syncing and moving
I would also include tmux (or scree) into this module as I believe this is an integral part of working remotely.
From looking at repo structure it looks like each topic within a module is just a markdown document right?
I'd be happy to put "Working remotely" module together as a bunch of md documents
Cheers
The text was updated successfully, but these errors were encountered:
Hi there,
This resource (linux journey) is great, thanks a lot for it. There is however nothing that I could find on
ssh
login. The first thing I actually show/tell people is tossh
to the server. It sort of goes under "Network sharing" however that module is rather confusing, because you have two things there technology/protocols sort of thing (NFS and samba) and "means" of moving files around (scp/rsync).I understand that all of those are data sharing, but I feel that this is rather confusing pitch.
So a modules like "Working remotely on a server" or simple "Working remotely" where one should cover
ssh
includingssh-keygen
ssh-add
to some extend, authorized_keys?scp
for remote file copyingrsync
as an alternative for file syncing and movingI would also include
tmux
(orscree
) into this module as I believe this is an integral part of working remotely.From looking at repo structure it looks like each topic within a module is just a markdown document right?
I'd be happy to put "Working remotely" module together as a bunch of md documents
Cheers
The text was updated successfully, but these errors were encountered: