1,885
edits
Changes
→Simplified SSH Access
== Simplified SSH Access ==
If you're using OpenSSH (the ssh client used on most Linux systems and other platforms), you can simplify complex ssh command lines by placing host connection details in the file ~/.ssh/config. For example, for to access aarchiefrom outside Seneca, you could add this entry:
Host "aarchie"
ssh aarchie
== Sudo Access ==