[How to build a Jenkins server with a Docker container on CentOS 7 of VirtualBox and access the Jenkins server from a local PC] https://qiita.com/JUN_WEB_FREE/items/b1a817c03cdb19487a44
I created this article because I wanted to exchange Linux data and mac data created in the above article with GUI.
Windows has WinSCP as an FTP tool, and by using this tool, data on Linux and data on Windows can be exchanged with GUI.
Is there such a tool on the mac? Of course there is. </ font>
That's Cyberduck.
Click here to install https://cyberduck.io/
After installing it, we will move on to how to use it.
Start cyberduck with Linux on VirtualBox running.
Click New Connection in the upper left and make the following settings. Protocol: SFTP Server: 192.168.56.101 (This matches the IP address of the connecting machine) Port: 22 (because it connects with SSH) Username: root (mostly so) Password: 123456 (This matches the password of the connecting machine) SSH Private Key: None (depending on whether you created the ssh key) Add to Keychain: None (if you like)
Click Connect.
This completes the connection. If you want to move the data on Linux to mac, tap two fingers and select Download. Conversely, if you want to move the data on mac to Linux, select upload with a two-finger tap.
Recommended Posts