Instructions
1
Launch the Terminal application on your computer running Mac OS X. The application is located in Utilities folder within Applications.
2
In the command-line prompt window that appears, type "man ssh" without the quotation marks. A man (short for manual) page appears. Read the man page to familiarize yourself with using SSH. When you are ready, type the letter q at the prompt to quit the page.
3
Type "ssh user@hostname" without quotation marks. Substitute the appropriate username for "user." The hostname should be either the domain or the IP address of the remote machine.
4
You are prompted for a password for the remote machine. Enter the user's password. You are connected to the remote machine and can execute commands remotely.
Tips & Warnings
You may see the following message: "Connection refused: port 22 is not accepting connections." Check with the remote administrator to see what port to use. Use the -p000 option after ssh, where 000 is the actual port number.
If you get the message "Could not resolve hostname," check and correct the hostname, or IP address and repeat the steps given.
Read more: How to use SSH for Mac OS X | eHow.com http://www.ehow.com/how_5088544_use-ssh-mac-os-x.html#ixzz1pIF7sYDY
分享到:
相关推荐
This combination reference and tutorial provides a comprehensive yet concise look at UNIX for users of Mac OS X. The book is fully up-to-date with the 10.4 (Tiger) release of OS X which is built on ...
If you’re developing applications for Mac OS X, Cocoa® Programming for Mac® OS X, Fourth Edition, is the book you’ve been waiting to get your hands on. If you’re new to the Mac environment, it’s...
How to use SFTP (with client validation - public key authentication) The topic How to use SFTP (with client validation - password authentication) discusses the simplest form of client ...
once again updated to cover the latest Mac programming technologies, and still enthusiastically recommended by experienced Mac OS X developers. <br>"Aaron's book is the gold standard for Mac OS X ...
skilled programmers with little or no knowledge of Apple development will learn how to code with Swift 2 by developing three complete, tightly linked versions of the Notes application for the OS X, ...
How to use projector
How to Use Objects Code and Concepts Holger Gast
How To Use Adobe Photoshop CS2 <br>Photoshop CS2使用指南 <br>By Daniel Giordan, Doug Nelson <br>Publisher: Sams Publishing <br>Have you ever looked at your color pictures and wished ...
It's a great time to go for Cocoa, because it's not only Apple's preferred framework for developing software, it's also the best way for you to create software for Mac OS X and iPhone. This book gives...
this article introduces how to use awk in linux
How to use the Bayes Net Toolbox? This documentation was last updated on 29 October 2007.
This edition is updated for OS X Yosemite (10.10), Xcode 6, and Swift. Written in an engaging tutorial style and class-tested for clarity and accuracy, it is an invaluable resource for any Mac ...
How to use epoll A complete example in C How to use epoll A complete example in C How to use epoll A complete example in C How to use epoll A complete example in C
What SSH is and how to use it, including creating and using SSH keys. The file system layout of Linux systems and where to find programs, configurations, and documentation. The basic Linux commands ...
我无法给出详尽的驱动下载,大家如果安装驱动的过程遇到问题或者不知道如何安装mac驱动,可以去参考这篇文章http://www.jackq.com/how-to-install-x86-mac-os-x-snowleopard-driver/ 2.如何查看显卡是否开启了QE/CI,...
在Ubuntu系统上安装SSH(Secure Shell)是连接远程服务器、进行安全远程操作的重要步骤。SSH是一种网络协议,用于安全地远程登录到服务器,执行命令、传输文件等操作。本指南将详细阐述如何在Ubuntu上安装并配置SSH...