Cách đăng nhập vào server mới: Thêm vào `~/.ssh/config` các dòng sau
```` Host phant6m Hostname PRIVATE_IP User xngqhy Port 4657 Host phant6m8 Hostname 127.0.0.1 User xngqhy Port 2268 ProxyCommand ssh phant6m -W 127.0.0.1:2268 -fN ```` Sau đó dùng lệnh `ssh phant6m8` là xong. --- Reply to this email directly or view it on GitHub: https://github.com/TheSLinux/gs/issues/113#issuecomment-50991795 -- To ubsubscribe from the list [email protected], please send an email to [email protected] with subject ubsubscribe bugs To get basic commands to use Ecartis system, use subject 'help'.
