Difference between revisions of "Tutorials and How-tos/Access Server via SSH"

From BubbaWiki
Jump to navigation Jump to search
(Created page with '= Access Bubba via ssh<br> = A good windows ssh client is Putty, available here.<br>Download, install and start Putty, and type: bubba as host name, and press "Open". If a quest...')
 
Line 1: Line 1:
= Access Bubba via ssh<br> =
== Putty<br> ==


A good windows ssh client is Putty, available here.<br>Download, install and start Putty, and type: bubba as host name, and press "Open". If a question about keys appear, press "yes".
A good Windows ssh client is Putty, available here: [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html www.chiark.greenend.org.uk/~sgtatham/putty/download.html].


Use your normal user as login (root and admin aren't allowed to log in for security reasons). Note that you have to enable "ssh login" for that user, this is done in the web administration interface, click "users".
#Download, install and start Putty.<br>
#In Putty, type: bubba as host name, and press "Open". If a question about keys appear, press "yes".
#At the prompt, log in using your normal Bubba user (root and admin aren't allowed to log in for security reasons). Note that you have to enable "ssh login" for that user, this is done in the web administration interface, click "users".


Now you have a prompt in the Linux shell, with user privileges. You may need root privileges to access some files, to get that, type 'su' and use 'excito' as password. Again, note that this gives full access to the entire file system, you now have the power to mess the entire installation up, requiring a full re-install. Be careful.<br>
== Logged in via ssh<br> ==
 
Now you have a prompt in the Linux shell, with user privileges. You may need root privileges to access some files, to get that, type 'su' and use 'excito' as password. Again, note that this gives full access to the entire file system, you now have the power to mess the entire installation up, requiring a full re-install. Be careful.<br>
 
<br>
 
== Examples<br> ==
 
Here are some basic examples.
 
To edit the Debian sources file, type:<br>
<pre>nano /etc/apt/sources.list
</pre>
To view the mail error messages, type:<br>
<pre>cat /var/log/mail.err
 
</pre>
<br>

Revision as of 13:26, 21 April 2010

Putty

A good Windows ssh client is Putty, available here: www.chiark.greenend.org.uk/~sgtatham/putty/download.html.

  1. Download, install and start Putty.
  2. In Putty, type: bubba as host name, and press "Open". If a question about keys appear, press "yes".
  3. At the prompt, log in using your normal Bubba user (root and admin aren't allowed to log in for security reasons). Note that you have to enable "ssh login" for that user, this is done in the web administration interface, click "users".

Logged in via ssh

Now you have a prompt in the Linux shell, with user privileges. You may need root privileges to access some files, to get that, type 'su' and use 'excito' as password. Again, note that this gives full access to the entire file system, you now have the power to mess the entire installation up, requiring a full re-install. Be careful.


Examples

Here are some basic examples.

To edit the Debian sources file, type:

nano /etc/apt/sources.list

To view the mail error messages, type:

cat /var/log/mail.err