This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Brunch automatically concatenates all files in your | |
// watched paths. Those paths can be configured at | |
// config.paths.watched in "brunch-config.js". | |
// | |
// However, those files will only be executed if | |
// explicitly imported. The only exception are files | |
// in vendor, which are never wrapped in imports and | |
// therefore are always executed. | |
// Import dependencies |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iex(3)> alias Videochat.Conversations.Message | |
Videochat.Conversations.Message | |
iex(4)> msg = Message.changeset(%Message{}, message) | |
#Ecto.Changeset< | |
action: nil, | |
changes: %{ | |
body: "you have invited to the general chat please click the link to join", | |
initiated_by: "system", | |
subject: "invitation" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
Compressing objects: 100% (62/62), done. | |
Writing objects: 100% (71/71), 80.06 KiB | 4.45 MiB/s, done. | |
Total 71 (delta 1), reused 0 (delta 0) | |
remote: Compressing source files... done. | |
remote: Building source: | |
remote: | |
remote: -----> Elixir app detected | |
remote: -----> Checking Erlang and Elixir versions | |
remote: WARNING: elixir_buildpack.config wasn't found in the app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using UnityEngine.Networking; | |
public class scripty : MonoBehaviour { | |
[Serializable] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Aug 4 06:41:55 ubuntu sshd[8173]: debug3: fd 5 is not O_NONBLOCK | |
Aug 4 06:41:55 ubuntu sshd[8173]: debug1: Forked child 8224. | |
Aug 4 06:41:55 ubuntu sshd[8173]: debug3: send_rexec_state: entering fd = 8 config len 749 | |
Aug 4 06:41:55 ubuntu sshd[8173]: debug3: ssh_msg_send: type 0 | |
Aug 4 06:41:55 ubuntu sshd[8173]: debug3: send_rexec_state: done | |
Aug 4 06:41:55 ubuntu sshd[8224]: debug3: oom_adjust_restore | |
Aug 4 06:41:55 ubuntu sshd[8224]: debug1: Set /proc/self/oom_score_adj to 0 | |
Aug 4 06:41:55 ubuntu sshd[8224]: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8 | |
Aug 4 06:41:55 ubuntu sshd[8224]: debug1: inetd sockets after dupping: 3, 3 | |
Aug 4 06:41:55 ubuntu sshd[8224]: Connection from 54.209.53.99 port 37322 on 151.236.217.179 port 22 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
circleci@f9a37bb59d5c:~$ ssh -vvv [email protected] | |
OpenSSH_6.7p1 Debian-5+deb8u4, OpenSSL 1.0.1t 3 May 2016 | |
debug1: Reading configuration data /home/circleci/.ssh/config | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: /etc/ssh/ssh_config line 19: Applying options for * | |
debug2: ssh_connect: needpriv 0 | |
debug1: Connecting to 151.236.217.179 [151.236.217.179] port 22. | |
debug1: Connection established. | |
debug1: key_load_public: No such file or directory | |
debug1: identity file /home/circleci/.ssh/id_rsa type -1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ash-4.4# ssh ssh -i ~/.ssh/id_rsa_6ba0a8bc7b5b59d96e2bc1f971f1cdd5 -vvv [email protected] | |
OpenSSH_7.5p1-hpn14v4, LibreSSL 2.6.3 | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug2: resolving "151.236.217.179" port 22 | |
debug2: ssh_connect_direct: needpriv 0 | |
debug1: Connecting to 151.236.217.179 [151.236.217.179] port 22. | |
debug1: Connection established. | |
debug1: permanently_set_uid: 0/0 | |
debug1: key_load_public: No such file or directory | |
debug1: identity file /opt/app/.ssh/id_rsa_6ba0a8bc7b5b59d96e2bc1f971f1cdd5 type -1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-4.4# ssh -vT [email protected] | |
OpenSSH_7.5p1-hpn14v4, LibreSSL 2.6.3 | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: Connecting to 151.236.217.179 [151.236.217.179] port 22. | |
debug1: Connection established. | |
debug1: permanently_set_uid: 0/0 | |
debug1: key_load_public: No such file or directory | |
debug1: identity file /root/.ssh/id_rsa type -1 | |
debug1: key_load_public: No such file or directory | |
debug1: identity file /root/.ssh/id_rsa-cert type -1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-4.4# ssh -vT [email protected] | |
OpenSSH_7.5p1-hpn14v4, LibreSSL 2.6.3 | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: Connecting to 151.236.217.179 [151.236.217.179] port 22. | |
debug1: Connection established. | |
debug1: permanently_set_uid: 0/0 | |
debug1: key_load_public: No such file or directory | |
debug1: identity file /root/.ssh/id_rsa type -1 | |
debug1: key_load_public: No such file or directory | |
debug1: identity file /root/.ssh/id_rsa-cert type -1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Without -i | |
bash-4.4# scp -vvv -o "StrictHostKeyChecking no" docker-compose.staging.yml [email protected]:/home/lk_admin/spender_staging | |
Executing: program /usr/bin/ssh host 151.236.217.179, user lk_admin, command scp -v -t /home/lk_admin/spender_staging | |
OpenSSH_7.5p1-hpn14v4, LibreSSL 2.6.3 | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug2: resolving "151.236.217.179" port 22 | |
debug2: ssh_connect_direct: needpriv 0 | |
debug1: Connecting to 151.236.217.179 [151.236.217.179] port 22. | |
debug1: Connection established. | |
debug1: permanently_set_uid: 0/0 |