SSH: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>UNiversal
(Redirected page to SFTP)
 
(22 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{cleanup}}
#REDIRECT [[SFTP]]
<br />
{{XBMC wiki toc}}
Secure Shell (SSH) - (SSH client) is a program for logging into a remote machine and for executing commands on a remote machine, provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP ports can also be forwarded over the secure channel.
 
see also [[SFTP]]
 
== Connecting to XBMCbuntu via SSH ==
 
While you can use a SFTP GUI application to transfer and edit files similar can be achieved via command line
 
=== Windows SSH using putty ===
 
# Under Host name (or IP address) enter the desired IP (e.g. 192.168.1.254)
# Under port enter '''22'''
# Click '''Open'''
 
 
[[File:Putty1.png]]
 
 
'''The first time you connect this may ask you something like:'''
 
 
[[File:Putty2.png]]
 
 
Click '''Yes'''
 
=== Linux or OS X SSH ===
 
From a Linux or OS X shell. The command is:
 
<pre>
  ssh <username>@&lt;ip address>
</pre>
 
'''The first time you connect this may ask you something like:'''
 
<pre>
  The authenticity of host '192.168.1.80 (192.168.1.254)' can't be established.
  RSA key fingerprint is ad:4d:14:4d:74:19:fa:f1:fa:c6:ee:81:36:29:be:f4.
  Are you sure you want to continue connecting (yes/no)?
</pre>
 
Type '''yes'''
 
[[Category:File Sharing]]

Latest revision as of 22:52, 20 June 2017

Redirect to: