macはどのようにリモートlinuxに接続して、windowsの上のputtyとwinscpのようです
1811 ワード
Windowsにはsshプロトコルでリモートlinuxシステムに接続できるputtyがあります.
Macでも端末で接続し、以下から転じることができます.http://www.unixnewbie.org/putty-equivalent-for-mac-os-x/
In Mac, there is a similar, built-in application called Terminal.
To start Terminal, go to your Mac’s Applications folder => click on the Utilities folder => then click on Terminal.
How to access a web server using the Terminal?
もちろんmac上でもwindows上のwinscpのようにファイル操作を行うことができます.参照先:http://www.openssh.com/macos.html
私が使っているツールはCyberduck http://cyberduck.ch/です.
上の図のように、Open Connectionを選択
プロトコルの欄でSFTP(SSH File Transfer Protocol)を選択する
そしてユーザー名とパスワードと住所を入力すればいいです.
Macでも端末で接続し、以下から転じることができます.http://www.unixnewbie.org/putty-equivalent-for-mac-os-x/
In Mac, there is a similar, built-in application called Terminal.
To start Terminal, go to your Mac’s Applications folder => click on the Utilities folder => then click on Terminal.
How to access a web server using the Terminal?
# ssh [email protected]
example:
# ssh [email protected]
- when prompted for the password, enter your web server password.
- to quit the session, type "exit".
もちろんmac上でもwindows上のwinscpのようにファイル操作を行うことができます.参照先:http://www.openssh.com/macos.html
私が使っているツールはCyberduck http://cyberduck.ch/です.
上の図のように、Open Connectionを選択
プロトコルの欄でSFTP(SSH File Transfer Protocol)を選択する
そしてユーザー名とパスワードと住所を入力すればいいです.