Skip to main content

jakilinux.org - english version » SSH tricks

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 43 people (-4 private), first by anonymouse user on 2006-07-08


Public Comment

on 2006-07-25 by toomany

Trucos de y para SSH

on 2006-09-26 by zoohouse

SSH how tos and tricks.

on 2006-10-14 by wd5gnr

Tips for SSH (no password, autoexec, mount)

on 2006-10-24 by laserline

.

Public Sticky notes

Not everyone is aware of the fact though, that all the passwords sent while using the FTP protocol are transferred over the network in a plain text format (making it dead easy for crackers to take over) - SCP is a much more reliable alternative. The simplest usage of SCP looks like on the following example:

Highlighted by zoohouse

Nautilus

Highlighted by zoohouse

Konqueror

Highlighted by zoohouse

a passwordless key will be created. Remember that this is always a security hole to have a passwordless key (in simple words, doing that downgrades your remote system security to the security of your local system)

Highlighted by zoohouse

SSH (secure shell) is a program enabling secure access to remote filesystems. Not everyone is aware of other powerful SSH capabilities, such as passwordless login, automatic execution of commands on a remote system or even mounting a remote folder using SSH! In this article we’ll cover these features and much more.

Highlighted by nunya-biz