User:Kim/Special Issue 27/Prototyping: Social Media Track

From XPUB & Lens-Based wiki

Resources

Installing Debby

05/20/25

ssh keys

jump from cerealbox to login debby:

ssh cerealbox
ssh xpub@145.24.152.64 (@ip address)

make a shared terminal:

tmux attach

find my ssh keys:

cd USER
ls -la (show hidden files)
cd .ssh
cat (the key I want to copy)

edit config file (nano) in .ssh folder, copy and edit cerealbox config and change host, user and ip address

ssh debby (should now be possible) --> not yet

but we made a local ssh in the config (using debbys local ip address)

ssh debby_local

the config file in my .ssh folder is a listing of all my servers
to run certain install processes go to the root access

$ su

installing mastodon software