Results 1 to 4 of 4

Thread: How to use openssh

  1. #1
    Join Date
    May 2009
    Posts
    60

    How to use openssh

    Hi,

    i have installed openssh in my linux server, i am very curious about this application but i still dont know what openssh does,, i read many articles about openssh but i couldnt understand what is openssh made it for ,and dont know how to use it? I am just new at this and would like to learn how. Is it possible to use openssh with apple iphone.

    please help me

  2. #2
    Join Date
    Jan 2006
    Posts
    3,792

    Re: How to use openssh

    You can use openssh on your pc and iphone, To use openssh on your iPhone:
    • Go To Installer and Download OpenSSH.
    • Connect to your favortie WiFi.
    • Go into:
    • Settings > WiFi > Tap the ">" next to the WiFi you are connected to > Note down the IP Address


    To use it on your PC:

    • Download and install WinSCP.
    • Open WinSCP
    • For "Host Name" Enter your iPhone's IP Address that you noted from above.
    • For "User Name" Enter "root"
    • For "Password" Enter "alpine"
    • For "File Protocol" Select "SCP"
    • Click "Login"


    See this video How to use OpenSSH on iPhone or iPod Touch

  3. #3
    Join Date
    May 2008
    Posts
    3,516

    Re: How to use openssh

    To use openssh on linux server, The following commands need to have an account on the machine on which you want to connect and that a SSH server is installed.

    Under Linux, the syntax is simple (the customer is included in most distributions):

    In a terminal (any), type:
    ssh login: password @ MachineSurLaquelleJeveuxmeconnecter

    or

    login @ (machine on which I want to connect)

    In this case, if the machine accepts the connection, the password will be requested later.

    To log into graphical mode (use an X server), we use the option-X.
    SSH through a proxy

    First install the package connect-proxy:

    sudo aptitude install connect-proxy

    Edit / etc / ssh / ssh_config to enable SSH via proxy:

    sudo echo 'ProxyCommand / usr / bin / connect-proxy -4-S monproxy.domaine.com: port% h% p'>> / etc / ssh / ssh_config

    Be sure to replace "monproxy.domaine.com" and "port" with the name of your proxy and port number.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,424

    Re: How to use openssh

    Pucchase SSH, The Secure Shell: The Definitive Guide (in English) from amazon.com. The Secure Shell, aka SSH (which is not a true shell at all) provides your otherwise attack-prone utilities with the protection they need. SSH The Secure Shell: The Definitive Guide explains how to use SSH at all levels. In a blended sequence, the book explains what SSH is all about, how it fits into a larger security scheme, and how to employ it as an everyday user with an SSH client. More technically detailed chapters show how to configure a SSH server - several variants are covered - and how to integrate SSH with non-Unix client platforms.

Similar Threads

  1. How to Convert Public Key from SSH2 to OpenSSH
    By Mykola in forum Networking & Security
    Replies: 4
    Last Post: 20-06-2011, 10:07 AM
  2. Most of the time OpenSSH won't work
    By duckyma in forum Networking & Security
    Replies: 4
    Last Post: 21-12-2010, 01:40 PM
  3. OpenSSH on windows 2003
    By blenahan in forum Windows Software
    Replies: 2
    Last Post: 31-08-2010, 02:30 AM
  4. Openssh logging
    By chylnk in forum Networking & Security
    Replies: 1
    Last Post: 31-03-2010, 05:55 AM
  5. OpenSSH Vista Error
    By John mitchell in forum Networking & Security
    Replies: 3
    Last Post: 01-06-2009, 07:51 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,801,292.51227 seconds with 17 queries