-
Notifications
You must be signed in to change notification settings - Fork 2
SSH Server
Ajmal Aju edited this page May 14, 2019
·
19 revisions
#> ## https://www.simplified.guide/ubuntu/install-ssh-server
sudo apt update
sudo apt install -y openssh-server
sudo systemctl status ssh
sudo systemctl start ssh
sudo systemctl disable ssh
sudo systemctl enable ssh
Host THE_NAME_YOU_IDENTIFY_THIS_ENTRY_BY Hostname YOUR_REALLY_LONG_EC2_HOST_NAME
user SOME_USERNAME
IdentityFile PATH_TO_A_PEM_FILE
Port 22 (this is almost always 22)
https://medium.com/@katopz/how-to-install-specific-nodejs-version-c6e1cec8aa11
https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers#the-technical-details
while loading shared libraries: libicui18n.so.64: cannot open shared object file: No such file or directory
https://stackoverflow.com/questions/59269947/how-to-display-user-data-in-an-edit-form-using-flutter
http://scottsfarley.com/research/cloudcomputing/2016/07/19/Updating-R-on-Debian.html